[pypy-svn] buildbot default: use relative imports explicitly

RonnyPfannschmidt commits-noreply at bitbucket.org
Wed Apr 20 15:53:40 CEST 2011


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: 
Changeset: r471:82d4ff2793a9
Date: 2011-04-19 21:29 +0200
http://bitbucket.org/pypy/buildbot/changeset/82d4ff2793a9/

Log:	use relative imports explicitly

diff --git a/bitbucket_hook/hook.py b/bitbucket_hook/hook.py
--- a/bitbucket_hook/hook.py
+++ b/bitbucket_hook/hook.py
@@ -5,8 +5,8 @@
 import time
 from smtplib import SMTP
 
-from irc import getpaths
-from main import app
+from .irc import getpaths
+from .main import app
 
 from .scm import hg
 


More information about the Pypy-commit mailing list