X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=blobdiff_plain;f=plc_config.py;h=9bf3f8b326ad24912df3d3795e9ce8e0a0672af5;hp=913ccfdc80f3a2849f7b45f6de1ac68c0ed5abad;hb=e5acac6d6e8118faab76ac73cb2b8b10d89dd086;hpb=bdcdb1ea37d74ecf535cf37c28ea67c13143c2de diff --git a/plc_config.py b/plc_config.py index 913ccfd..9bf3f8b 100644 --- a/plc_config.py +++ b/plc_config.py @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: plc_config.py,v 1.3 2006/04/18 15:32:48 thierry Exp $ +# $Id: plc_config.py,v 1.5 2007/08/31 04:48:37 mef Exp $ # import xml.dom.minidom @@ -798,6 +798,6 @@ class TrimTextElement(xml.dom.minidom.Element): if __name__ == '__main__': import sys - if len(sys.argv) > 1 and sys.argv[1] in ['build', 'install']: + if len(sys.argv) > 1 and sys.argv[1] in ['build', 'install', 'uninstall']: from distutils.core import setup setup(py_modules=["plc_config"])