A first version of the obidistutils adapted to Python3
This commit is contained in:
14
distutils.ext/obidistutils/serenity/globals.py
Normal file
14
distutils.ext/obidistutils/serenity/globals.py
Normal file
@ -0,0 +1,14 @@
|
||||
'''
|
||||
Created on 24 mai 2015
|
||||
|
||||
@author: coissac
|
||||
'''
|
||||
|
||||
|
||||
saved_args=[]
|
||||
tmpdir=[]
|
||||
local_pip=[]
|
||||
local_virtualenv=[]
|
||||
local_cython=[]
|
||||
local_serenity=[]
|
||||
|
Reference in New Issue
Block a user