style cleanup
[p2pool.git] / setup.py
index fc3b28b..f0204d5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from distutils.core import setup
 try:
     import py2exe
 except ImportError:
-    print "missing py2exe"
+    print 'missing py2exe'
 
 
 setup(name='p2pool',