FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merged the revision 3537 from the branch 0.9: · sqlobject/sqlobject@c8acbc3 · GitHub

Commit c8acbc3

Browse files
committed
Merged the revision 3537 from the branch 0.9:
fixed a misspelling, removed trailing spaces. git-svn-id: http://svn.colorstudy.com/SQLObject/trunk@3539 95a46c32-92d2-0310-94a5-8d71aeb3d4b3
1 parent 18f6eb9 commit c8acbc3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

‎sqlobject/manager/command.py‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
#!/usr/bin/env python
2-
import optparse
2+
33
import fnmatch
4-
import re
4+
import optparse
55
import os
6+
import re
67
import sys
78
import textwrap
8-
import warnings
99
import time
10+
import warnings
11+
1012
try:
1113
from paste.deploy import appconfig
1214
except ImportError:
1315
appconfig = None
1416

1517
import sqlobject
1618
from sqlobject import col
17-
from sqlobject.util import moduleloader
18-
from sqlobject.declarative import DeclarativeMeta
1919
from sqlobject.classregistry import findClass
20+
from sqlobject.declarative import DeclarativeMeta
21+
from sqlobject.util import moduleloader
2022

2123
# It's not very unsafe to use tempnam like we are doing:
2224
warnings.filterwarnings(
@@ -874,7 +876,7 @@ class CommandRecord(Command):
874876
help = ('Record state of table definitions. The state of each '
875877
'table is written out to a separate file in a directory, '
876878
'and that directory forms a "version". A table is also '
877-
'added to your datebase (%s) that reflects the version the '
879+
'added to your database (%s) that reflects the version the '
878880
'database is currently at. Use the upgrade command to '
879881
'sync databases with code.'
880882
% SQLObjectVersionTable.sqlmeta.table)

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL