Program name was incorrect.

uncompile -> uncompyle6
This commit is contained in:
rocky
2017-10-11 14:52:42 -04:00
parent 97999c5e67
commit 01a39bf8ed

View File

@@ -1,13 +1,13 @@
#!/usr/bin/env python
# Mode: -*- python -*-
#
# Copyright (c) 2015-2016 by Rocky Bernstein
# Copyright (c) 2015-2017 by Rocky Bernstein
# Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
#
from __future__ import print_function
import sys, os, getopt, time
program, ext = os.path.splitext(os.path.basename(__file__))
program = 'uncompyle6'
__doc__ = """
Usage: