X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=setup.py;h=7e75b639fc6b58ccb73d6d412f2555baa568d901;hb=73480f7bcfbe8a47640bf1e9908dfcdeabc80f39;hp=52d6c52d7d5407d032255a63b34b32df6783e0bb;hpb=dc882b08efa656eb881ffcd266846fd6dcef131d;p=quix0rs-apt-p2p.git diff --git a/setup.py b/setup.py index 52d6c52..7e75b63 100755 --- 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.