From 01a39bf8ed2eddacbfeb7ea1659322492c7397cb Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 11 Oct 2017 14:52:42 -0400 Subject: [PATCH] Program name was incorrect. uncompile -> uncompyle6 --- uncompyle6/bin/uncompile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uncompyle6/bin/uncompile.py b/uncompyle6/bin/uncompile.py index a543c990..2f861de6 100755 --- a/uncompyle6/bin/uncompile.py +++ b/uncompyle6/bin/uncompile.py @@ -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 # from __future__ import print_function import sys, os, getopt, time -program, ext = os.path.splitext(os.path.basename(__file__)) +program = 'uncompyle6' __doc__ = """ Usage: