summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Silva <alex.silva@M1BPAGY.(none)>2011-05-17 10:05:35 -0400
committerAlex Silva <alex.silva@M1BPAGY.(none)>2011-05-17 10:05:35 -0400
commit80681dcc2d0955ad7ae2aeac627392fc4f863f0a (patch)
treefcacc478404ba3e91d85f68917a7a88f97476499 /test
parentc954a970c5d2baca3c1c0e82f7984c16a02531c6 (diff)
removing bottle
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_auth.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/test_auth.py b/test/unit/test_auth.py
index 359c603a..e844acf3 100644
--- a/test/unit/test_auth.py
+++ b/test/unit/test_auth.py
@@ -11,8 +11,6 @@ import keystone.logic.types.auth as auth
import keystone.logic.types.fault as fault
from StringIO import StringIO
-from bottle import HTTPError
-from bottle import request
from datetime import date
from lxml import etree