You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/05/24 20:18:02 UTC

[26/50] git commit: [#6105] ticket:321 Remove unused imports

[#6105] ticket:321 Remove unused imports


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/92937302
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/92937302
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/92937302

Branch: refs/heads/db/6007
Commit: 92937302d05061b9e3dfe5cd38a3240cc3d6a9a2
Parents: 9caef26
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Apr 29 09:50:46 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu May 23 13:34:16 2013 +0000

----------------------------------------------------------------------
 Allura/allura/lib/macro.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/92937302/Allura/allura/lib/macro.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/macro.py b/Allura/allura/lib/macro.py
index be1f8fb..496238e 100644
--- a/Allura/allura/lib/macro.py
+++ b/Allura/allura/lib/macro.py
@@ -18,7 +18,6 @@
 import cgi
 import random
 import shlex
-import string
 import logging
 import traceback
 from operator import attrgetter
@@ -28,7 +27,6 @@ import jinja2
 from pylons import tmpl_context as c, app_globals as g
 from pylons import request
 from paste.deploy.converters import asint
-from urlparse import urljoin
 
 from . import helpers as h
 from . import security