diff options
| author | Paweł Jastrzębski <[email protected]> | 2015-01-20 21:45:22 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2015-01-20 21:45:22 +0100 |
| commit | 12684d65624b0b0f694ebac6925cbafcae505182 (patch) | |
| tree | 51c9711623a64343038bbd0a4f337e24999410ff /kcc-c2p.py | |
| parent | Version bump (diff) | |
| download | kcc-12684d65624b0b0f694ebac6925cbafcae505182.tar.gz kcc-12684d65624b0b0f694ebac6925cbafcae505182.tar.bz2 kcc-12684d65624b0b0f694ebac6925cbafcae505182.zip | |
Code cleanup
Diffstat (limited to 'kcc-c2p.py')
| -rwxr-xr-x | kcc-c2p.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kcc-c2p.py b/kcc-c2p.py index 451ce9f..64477e3 100755 --- a/kcc-c2p.py +++ b/kcc-c2p.py @@ -18,11 +18,6 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -__version__ = '4.4.1' -__license__ = 'ISC' -__copyright__ = '2012-2015, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>' -__docformat__ = 'restructuredtext en' - import sys if sys.version_info[0] != 3: print('ERROR: This is Python 3 script!') |