diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-15 10:24:31 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-15 10:24:31 +0100 |
commit | 19b438844d46243ac3a5f489b71a28d55cb2b30b (patch) | |
tree | 90524737f97d7259e16c867b67eec50020cb1feb /setup.py | |
parent | Added proper startup scripts (diff) | |
download | kcc-19b438844d46243ac3a5f489b71a28d55cb2b30b.tar.gz kcc-19b438844d46243ac3a5f489b71a28d55cb2b30b.tar.bz2 kcc-19b438844d46243ac3a5f489b71a28d55cb2b30b.zip |
Bucket of various tweaks
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 1243ab2..dbea2f2 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 """ cx_Freeze build script for KCC. |