summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason Kölker <jason@koelker.net>2011-12-01 10:35:39 -0600
committerJason Kölker <jason@koelker.net>2011-12-01 10:35:39 -0600
commite30bc01dd7601865c30800c23cba4d3b2654c7fb (patch)
tree1013cfc10a0040645e330dc9dd0f26e7b78526e1 /setup.py
parent6bf56a0d259792d179ff02425bfb96d420b794bb (diff)
downloadoslo-e30bc01dd7601865c30800c23cba4d3b2654c7fb.tar.gz
oslo-e30bc01dd7601865c30800c23cba4d3b2654c7fb.tar.xz
oslo-e30bc01dd7601865c30800c23cba4d3b2654c7fb.zip
mox isn't used anywhere, but I will be using mock
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a650ddf..2c0c917 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ Common components for Openstack including paster templates.
'webob',
'nose',
'nose-exclude',
- 'mox',
+ 'mock',
'webtest',
'lxml',
],