Skip to content

Commit

Permalink
another try at getting win7 to import buildbot.changes.changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Jun 4, 2010
1 parent d0b507c commit 65f1cea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildbot/test/regressions/test_import_unicode_changes.py
Expand Up @@ -28,7 +28,8 @@ def tearDown(self):
self.db.stop()

def mkchanges(self, changes):
cm = OldChangeMaster()
import buildbot.changes.changes
cm = buildbot.changes.changes.OldChangeMaster()
cm.changes = changes
return cm

Expand Down Expand Up @@ -120,4 +121,4 @@ def setUp(self):
conn = MySQLdb.connect(user="buildbot_test", db="buildbot_test",
passwd="buildbot_test", use_unicode=True, charset='utf8')
except:
TestMySQLDBUnicodeChanges.skip = True
TestMySQLDBUnicodeChanges.skip = "MySQLdb not installed"

0 comments on commit 65f1cea

Please sign in to comment.