diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-06-11 21:01:22 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-06-11 21:01:22 +0200 |
| commit | 45c1f595ea61dee891b6f4b5b6c4692df6423bb4 (patch) | |
| tree | 604fe2dfb1662580917b4ef2590d047e04427ee2 /sqlparse/__init__.py | |
| parent | 54fabc7c7cd268da2f49559b333b1d02f914cf2a (diff) | |
| download | sqlparse-45c1f595ea61dee891b6f4b5b6c4692df6423bb4.tar.gz | |
Cleaned up some unused imports.
Diffstat (limited to 'sqlparse/__init__.py')
| -rw-r--r-- | sqlparse/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sqlparse/__init__.py b/sqlparse/__init__.py index ef61ae0..deb6646 100644 --- a/sqlparse/__init__.py +++ b/sqlparse/__init__.py @@ -9,9 +9,6 @@ __version__ = '0.1.1' -import os - - class SQLParseError(Exception): """Base class for exceptions in this module.""" |
