summaryrefslogtreecommitdiffstats
path: root/development/psycopg2/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/psycopg2/README')
-rw-r--r--development/psycopg2/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/development/psycopg2/README b/development/psycopg2/README
deleted file mode 100644
index ffaef2289d..0000000000
--- a/development/psycopg2/README
+++ /dev/null
@@ -1,3 +0,0 @@
-psycopg is a PostgreSQL database adapter for Python. It supports the
-full Python DBAPI 2.0, and is thread safe at level 2. psycopg was
-designed for heavily multi-threaded applications.