details:
http://www.bx.psu.edu/hg/galaxy/rev/8ad73e08978e
changeset: 2462:8ad73e08978e
user: Greg Von Kuster <greg(a)bx.psu.edu>
date: Mon Jun 29 17:04:18 2009 -0400
description:
Yet another bug fix - not sure why these were not caught in development.
1 file(s) affected in this change:
lib/galaxy/model/migrate/versions/0007_sharing_histories.py
diffs (11 lines):
diff -r d9e58acd4dca -r 8ad73e08978e
lib/galaxy/model/migrate/versions/0007_sharing_histories.py
--- a/lib/galaxy/model/migrate/versions/0007_sharing_histories.py Mon Jun 29 16:54:41 2009
-0400
+++ b/lib/galaxy/model/migrate/versions/0007_sharing_histories.py Mon Jun 29 17:04:18 2009
-0400
@@ -1,6 +1,7 @@
from sqlalchemy import *
from sqlalchemy.orm import *
from migrate import *
+from migrate.changeset import *
import sys, logging
log = logging.getLogger( __name__ )