Skip to content

Commit

Permalink
fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Apr 27, 2010
1 parent 40e4827 commit ddda132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot/test/__init__.py
@@ -1,2 +1,2 @@
import util.monkeypatches
util.monkeypatches.add_debugging_monkeypatches()
from buildbot.test.util import monkeypatches
monkeypatches.add_debugging_monkeypatches()

0 comments on commit ddda132

Please sign in to comment.