]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
new attributes weren't propigating all arguments to the "create attribute history...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2005 02:11:59 +0000 (02:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2005 02:11:59 +0000 (02:11 +0000)
lib/sqlalchemy/util.py

index 812e5fcd4f77b5abe85c19b2fce1a1d3762a62b9..6d7730fa1c247386884cba2b7e6003f570165914 100644 (file)
@@ -431,6 +431,6 @@ class DependencySorter(object):
                     head.append(node)
                 else:
                     head = node
-
+        #print str(head)
         return head
             
\ No newline at end of file