Python: move python-modules/generic to interpreter folder

This commit is contained in:
Frederik Rietdijk
2016-08-31 10:13:15 +02:00
parent b17cd148ba
commit b080748d42
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
import setuptools
import tokenize
__file__='setup.py';
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))