| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 18f6eb9 commit c8acbc3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,22 +1,24 @@ | |||
| 1 | 1 | #!/usr/bin/env python | |
| 2 | - import optparse | ||
| 2 | + | ||
| 3 | 3 | import fnmatch | |
| 4 | - import re | ||
| 4 | + import optparse | ||
| 5 | 5 | import os | |
| 6 | + import re | ||
| 6 | 7 | import sys | |
| 7 | 8 | import textwrap | |
| 8 | - import warnings | ||
| 9 | 9 | import time | |
| 10 | + import warnings | ||
| 11 | + | ||
| 10 | 12 | try: | |
| 11 | 13 | from paste.deploy import appconfig | |
| 12 | 14 | except ImportError: | |
| 13 | 15 | appconfig = None | |
| 14 | 16 | ||
| 15 | 17 | import sqlobject | |
| 16 | 18 | from sqlobject import col | |
| 17 | - from sqlobject.util import moduleloader | ||
| 18 | - from sqlobject.declarative import DeclarativeMeta | ||
| 19 | 19 | from sqlobject.classregistry import findClass | |
| 20 | + from sqlobject.declarative import DeclarativeMeta | ||
| 21 | + from sqlobject.util import moduleloader | ||
| 20 | 22 | ||
| 21 | 23 | # It's not very unsafe to use tempnam like we are doing: | |
| 22 | 24 | warnings.filterwarnings( | |
@@ -874,7 +876,7 @@ class CommandRecord(Command): | |||
| 874 | 876 | help = ('Record state of table definitions. The state of each ' | |
| 875 | 877 | 'table is written out to a separate file in a directory, ' | |
| 876 | 878 | '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 ' | ||
| 878 | 880 | 'database is currently at. Use the upgrade command to ' | |
| 879 | 881 | 'sync databases with code.' | |
| 880 | 882 | % SQLObjectVersionTable.sqlmeta.table) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments