diff options
Diffstat (limited to 'production.cfg')
-rw-r--r-- | production.cfg | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/production.cfg b/production.cfg index ee5ddc9..f6e0909 100644 --- a/production.cfg +++ b/production.cfg @@ -1,7 +1,3 @@ [buildout] -extends = - buildout.cfg - -#eggs += -# psycopg2 -#
\ No newline at end of file +extends = buildout.cfg +eggs += MySQL-python |