aboutsummaryrefslogtreecommitdiff
path: root/menu.py
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-10 16:47:59 -0400
committerGitHub <noreply@github.com>2020-08-10 16:47:59 -0400
commit940eae70656e735d9a317322d8fe7db68238c523 (patch)
tree66938310ce78bdd36f1cb4936ffc9e7cfe793594 /menu.py
parent44997f15409b638ec490f3286dc07d5ddc62f5d8 (diff)
downloadRPi-Menu-940eae70656e735d9a317322d8fe7db68238c523.tar.gz
RPi-Menu-940eae70656e735d9a317322d8fe7db68238c523.tar.bz2
RPi-Menu-940eae70656e735d9a317322d8fe7db68238c523.zip
Update menu.py
Diffstat (limited to 'menu.py')
-rwxr-xr-xmenu.py2
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
"""
-#!/usr/bin/env python3
import tkinter
import os
from tkinter import *