projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce72a1b
)
don't import 're'
author
Jakob Kramer
<jakob.kramer@gmx.de>
Sun, 29 May 2011 17:17:44 +0000
(19:17 +0200)
committer
Jakob Kramer
<jakob.kramer@gmx.de>
Sun, 29 May 2011 17:17:44 +0000
(19:17 +0200)
mediagoblin/auth/views.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/auth/views.py
b/mediagoblin/auth/views.py
index 8775d4c494ecc580e4cb504a8ac4e76dfaf5f24d..cf71be77d262b5e5091e82d77d70e552ff179154 100644
(file)
--- 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