import re in settings patch

This commit is contained in:
Noah Zoschke
2011-05-18 08:05:00 -07:00
parent bd9a08b3e2
commit ef759669bb
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# BEGIN HEROKU PYTHON/DJANGO LANGUAGE PACK
# Dynamically set DATABASES from ENV vars
import os, urlparse
import os, re, urlparse
urlparse.uses_netloc.append("postgres")
key_re = re.compile(r"^(?P<name>[A-Z_]+)_URL$")
-1
View File
@@ -1,5 +1,4 @@
import os
import re
import unittest
BIN_DIR = os.path.dirname(__file__)