[pkg] Drop unused EMPTY_FILE global variable 3.23
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 05 Jul 2016 10:20:33 +0200
branch3.23
changeset 11420 b5cd8a2cccab
parent 11419 32c3026f7810
child 11421 06bcb7e7a69c
[pkg] Drop unused EMPTY_FILE global variable
setup.py
--- a/setup.py	Tue Jul 05 13:00:38 2016 +0200
+++ b/setup.py	Tue Jul 05 10:20:33 2016 +0200
@@ -141,8 +141,6 @@
             shutil.copy2(src, dest)
 
 
-EMPTY_FILE = '"""generated file, don\'t modify or your data will be lost"""\n'
-
 class MyInstallLib(install_lib.install_lib):
     """extend install_lib command to handle  package __init__.py and
     include_dirs variable if necessary