From 477a4028eb8ba34e0a453125fd39120d23bdeb6e Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 4 Apr 2012 09:22:36 -0500 Subject: Remove fprint in favor of cleaner setup.py We only used the new fancy file printing function in one place, but it caused massive ugliness in setup.py. Easier to use file.write() for now. Signed-off-by: Sol Jerome --- setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f819ecd22..a16e3578b 100755 --- a/setup.py +++ b/setup.py @@ -121,10 +121,6 @@ try: except ImportError: pass -py3lib = 'src/lib/Bcfg2/Bcfg2Py3Incompat.py' -if sys.hexversion < 0x03000000 and os.path.exists(py3lib): - os.remove(py3lib) - inst_reqs = ["lxml"] if need_m2crypto: inst_reqs.append("M2Crypto") -- cgit v1.2.3-1-g7c22