From: Jonathan Ellis Date: Wed, 25 Jul 2007 23:13:48 +0000 (+0000) Subject: typo fix (unbreak test suite) X-Git-Tag: rel_0_4_6~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a98e651da4e163212ec1d830f7827a7755400846;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo fix (unbreak test suite) --- diff --git a/test/orm/sharding/alltests.py b/test/orm/sharding/alltests.py index 563a6d5cb2..443c5cd793 100644 --- a/test/orm/sharding/alltests.py +++ b/test/orm/sharding/alltests.py @@ -1,7 +1,7 @@ import testbase import unittest -import inheritance.alltests as inheritance +import orm.inheritance.alltests as inheritance def suite(): modules_to_test = (