From 5b1714e7b9f480d5b951d93cd4c949e4d9d30d08 Mon Sep 17 00:00:00 2001 From: vg Date: Mon, 2 Jan 2023 20:34:18 +0100 Subject: git-sync on dita --- pygame/gamechestgui | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 pygame/gamechestgui (limited to 'pygame/gamechestgui') diff --git a/pygame/gamechestgui b/pygame/gamechestgui deleted file mode 100755 index 5cedfaa..0000000 --- a/pygame/gamechestgui +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/python3 - -import sys -import os -file_path = os.path.realpath(__file__) -sys.path.insert(0, os.path.join(os.path.dirname(file_path), 'libs')) -sys.path.insert(0, os.path.join(os.path.dirname(file_path), 'libs/gamechestgui')) - -import gamechestgui -#gamechestgui.__main__() -- cgit v1.2.3