From 940eae70656e735d9a317322d8fe7db68238c523 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 10 Aug 2020 16:47:59 -0400 Subject: Update menu.py --- menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu.py') diff --git a/menu.py b/menu.py index ef1ddb1..7af5321 100755 --- a/menu.py +++ b/menu.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ RPi Menu Copyright (C) 2020 Andrew Lee @@ -15,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ -#!/usr/bin/env python3 import tkinter import os from tkinter import * -- cgit v1.2.3