We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97999c5 commit 01a39bfCopy full SHA for 01a39bf
uncompyle6/bin/uncompile.py
@@ -1,13 +1,13 @@
1
#!/usr/bin/env python
2
# Mode: -*- python -*-
3
#
4
-# Copyright (c) 2015-2016 by Rocky Bernstein
+# Copyright (c) 2015-2017 by Rocky Bernstein
5
# Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
6
7
from __future__ import print_function
8
import sys, os, getopt, time
9
10
-program, ext = os.path.splitext(os.path.basename(__file__))
+program = 'uncompyle6'
11
12
__doc__ = """
13
Usage:
0 commit comments