Merge branch 'master' into lxc_devel
[nodemanager.git] / setup.py
index 379fd46..082e565 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,21 +1,16 @@
 #!/usr/bin/python
 #
-# $Id$
-# $URL$
-#
 # Setup script for the Node Manager application
 #
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 from distutils.core import setup, Extension
 
 setup(
     py_modules=[
-        'accounts',
+        'account',
         'api',
         'api_calls',
         'bwmon',