Skip to content

Commit 8b2eafb

Browse files
author
Test
committed
Make it more permissive about versions (I don't konw why it's being picky)
git-svn-id: http://svn.colorstudy.com/SQLObject/trunk@972 95a46c32-92d2-0310-94a5-8d71aeb3d4b3
1 parent 562ad86 commit 8b2eafb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/sqlobject-admin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import os
44

55
try:
66
import pkg_resources
7-
pkg_resources.require('SQLObject>=0.7dev')
7+
pkg_resources.require('SQLObject>0.6.1')
88
except (ImportError, pkg_resources.DistributionNotFound):
99
# Oh well, we tried...
1010
pass

0 commit comments

Comments
 (0)