diff options
author | Jakob Kramer <jakob.kramer@gmx.de> | 2011-05-29 19:17:44 +0200 |
---|---|---|
committer | Jakob Kramer <jakob.kramer@gmx.de> | 2011-05-29 19:17:44 +0200 |
commit | ff6b9f7279d7ee2efceae933da43f4a9b6459465 (patch) | |
tree | e5927114da4862633a721f5cab24af5ac52f49cf | |
parent | ce72a1bb15f421725696cc3eea28b94de098f8f2 (diff) | |
download | mediagoblin-ff6b9f7279d7ee2efceae933da43f4a9b6459465.tar.lz mediagoblin-ff6b9f7279d7ee2efceae933da43f4a9b6459465.tar.xz mediagoblin-ff6b9f7279d7ee2efceae933da43f4a9b6459465.zip |
don't import 're'
-rw-r--r-- | mediagoblin/auth/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py index 8775d4c4..cf71be77 100644 --- a/mediagoblin/auth/views.py +++ b/mediagoblin/auth/views.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import re - from webob import Response, exc from mediagoblin.auth import lib as auth_lib |