From: Jason Kirtland Date: Tue, 22 Jan 2008 21:32:51 +0000 (+0000) Subject: rein in r3840 find and replace rampage X-Git-Tag: rel_0_4_3~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0f72cde4503bdb8ab5c58d6b53de93235aa6ae;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git rein in r3840 find and replace rampage --- diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index d7ef0bf524..6cb6aa43fe 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -301,5 +301,5 @@ class ZooMarkTest(testing.AssertMixin): def test_8_drop(self): metadata.drop_all() -if __name__ ==u'__main__': +if __name__ == '__main__': testenv.main()