[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Fix typo in setup script



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv12690

Modified Files:
	setup.py 
Log Message:
Fix typo in setup script

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- setup.py	10 Jan 2003 20:12:04 -0000	1.38
+++ setup.py	3 Feb 2003 22:00:50 -0000	1.39
@@ -143,7 +143,7 @@
 except ImportError:
     print "Uh oh.  You have Python installed, but I didn't find the distutils"
     print "module, which is supposed to come with the standard library."
-    if os.path.exits("/etc/debian_version"):
+    if os.path.exists("/etc/debian_version"):
         v = sys.version[:3]
         print "Debian may expect you to install python%s-dev"%v
     elif os.path.exists("/etc/redhat-release"):