X Tutup
Skip to content

Commit 01a39bf

Browse files
committed
Program name was incorrect.
uncompile -> uncompyle6
1 parent 97999c5 commit 01a39bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uncompyle6/bin/uncompile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env python
22
# Mode: -*- python -*-
33
#
4-
# Copyright (c) 2015-2016 by Rocky Bernstein
4+
# Copyright (c) 2015-2017 by Rocky Bernstein
55
# Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
66
#
77
from __future__ import print_function
88
import sys, os, getopt, time
99

10-
program, ext = os.path.splitext(os.path.basename(__file__))
10+
program = 'uncompyle6'
1111

1212
__doc__ = """
1313
Usage:

0 commit comments

Comments
 (0)
X Tutup