Minor cleanup.
This commit is contained in:
parent
5da4663f98
commit
035f8108f0
|
|
@ -17,10 +17,10 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with joy.py. If not see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
from builtins import object
|
||||
|
||||
|
||||
#Do-nothing event handler.
|
||||
from builtins import object
|
||||
nothing = lambda event: None
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ def init_repo(repo_dir):
|
|||
|
||||
|
||||
argparser = argparse.ArgumentParser(
|
||||
prog='joy.gui',
|
||||
description='Experimental Brutalist UI for Joy.',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue