]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - setup.py
Add the ability to bencode datetime values.
[quix0rs-apt-p2p.git] / setup.py
index 52d6c52d7d5407d032255a63b34b32df6783e0bb..7e75b639fc6b58ccb73d6d412f2555baa568d901 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-import os
-import sys
-
 try:
     import distutils.core
     import distutils.command.build_ext
@@ -30,7 +27,7 @@ Anything later that version 1.0.3 should work
 """
 
 try:
-    import sqlite
+    import pysqlite2
 except ImportError:
     raise SystemExit, """\
 You don't have PySQLite installed.