[tor-commits] [arm/master] fix: Missed setup.py when renaming interface->cli

atagar at torproject.org atagar at torproject.org
Thu Apr 28 05:02:18 UTC 2011


commit 1c907f900b09043c15b2fbdf0d87cdd67f111c18
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Apr 27 21:20:54 2011 -0700

    fix: Missed setup.py when renaming interface->cli
    
    The setup.py still referenced interface, causing arm to fail to install.
---
 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index 9777da1..cb0069f 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ if "install" in sys.argv:
 # When installing we include a bundled copy of TorCtl. However, when creating
 # a deb we have a dependency on the python-torctl package instead:
 # http://packages.debian.org/unstable/main/python-torctl
-installPackages = ['arm', 'arm.interface', 'arm.interface.graphing', 'arm.interface.connections', 'arm.util']
+installPackages = ['arm', 'arm.cli', 'arm.cli.graphing', 'arm.cli.connections', 'arm.util']
 if not isDebInstall: installPackages.append('arm.TorCtl')
 
 setup(name='arm',





More information about the tor-commits mailing list