diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 16:47:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 16:47:27 -0400 |
| commit | 44997f15409b638ec490f3286dc07d5ddc62f5d8 (patch) | |
| tree | 1eb89cd7a5a5514e809ddca209bb15d130481897 | |
| parent | 8b8bd2349ee639da1dec23abae27d19dbb537a91 (diff) | |
| download | RPi-Menu-44997f15409b638ec490f3286dc07d5ddc62f5d8.tar.gz RPi-Menu-44997f15409b638ec490f3286dc07d5ddc62f5d8.tar.bz2 RPi-Menu-44997f15409b638ec490f3286dc07d5ddc62f5d8.zip | |
Update menu.py
| -rwxr-xr-x | menu.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ 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 * |
