diff options
Diffstat (limited to 'menu.py')
| -rwxr-xr-x | menu.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 * |
