mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			364 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			364 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/setup.py b/setup.py
 | 
						|
index 285a258..2521bb6 100644
 | 
						|
--- a/setup.py
 | 
						|
+++ b/setup.py
 | 
						|
@@ -20,8 +20,6 @@ except ImportError:
 | 
						|
     from distutils.core import setup
 | 
						|
 else:
 | 
						|
     setup_kwds["test_suite"] = "dexml.test"
 | 
						|
-    if sys.version_info > (3,):
 | 
						|
-        setup_kwds["use_2to3"] = True
 | 
						|
 
 | 
						|
 
 | 
						|
 #  Extract the docstring and version declaration from the module.
 |