Skip to content

Commit

Permalink
Python 2.7.2 has issues with sqlite3 apparently... Will need to host …
Browse files Browse the repository at this point in the history
…using mysql
  • Loading branch information
Boosh committed Jun 1, 2012
1 parent e08ad50 commit 8ca40f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions pwlocker/__init__.py
@@ -1,4 +0,0 @@
try:
import sqlite3
except:
from pysqlite2 import dbapi2 as sqlite3
1 change: 0 additions & 1 deletion pwlocker/fabfile/requirements.txt
Expand Up @@ -10,6 +10,5 @@ djangorestframework==0.3.3
gunicorn==0.13.4
nose==1.1.2
pycrypto==2.5
pysqlite==2.6.3
ssh==1.7.13
wsgiref==0.1.2

0 comments on commit 8ca40f0

Please sign in to comment.