File: 01_setuptools.diff

package info (click to toggle)
libtpclient-py 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 444 kB
  • ctags: 849
  • sloc: python: 5,260; makefile: 49
file content (12 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN libtpclient-py-0.3.0.orig/setup.py libtpclient-py-0.3.0/setup.py
--- libtpclient-py-0.3.0.orig/setup.py	2008-01-31 21:57:28.000000000 -0500
+++ libtpclient-py-0.3.0/setup.py	2008-02-13 20:39:30.000000000 -0500
@@ -12,7 +12,7 @@
 from tp.client import __version__
 version = "%s.%s.%s" % __version__[0:3]
 
-from setuptools import setup
+from distutils.core import setup
 
 setup(
 	name		="libtpclient-py",