don't import 're'
authorJakob Kramer <jakob.kramer@gmx.de>
Sun, 29 May 2011 17:17:44 +0000 (19:17 +0200)
committerJakob Kramer <jakob.kramer@gmx.de>
Sun, 29 May 2011 17:17:44 +0000 (19:17 +0200)
mediagoblin/auth/views.py

index 8775d4c494ecc580e4cb504a8ac4e76dfaf5f24d..cf71be77d262b5e5091e82d77d70e552ff179154 100644 (file)
@@ -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