Skip to content

Commit 5e988c3

Browse files
author
Test
committed
Allow dev version
git-svn-id: http://svn.colorstudy.com/trunk/SQLObject@927 95a46c32-92d2-0310-94a5-8d71aeb3d4b3
1 parent 3de3ed3 commit 5e988c3

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.7')
7+
pkg_resources.require('SQLObject>=0.7dev')
88
except (ImportError, pkg_resources.DistributionNotFound):
99
# Oh well, we tried...
1010
pass

0 commit comments

Comments
 (0)