aboutsummaryrefslogtreecommitdiff
path: root/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'init.py')
-rw-r--r--init.py34
1 files changed, 18 insertions, 16 deletions
diff --git a/init.py b/init.py
index 291042a..2ea3548 100644
--- a/init.py
+++ b/init.py
@@ -1,19 +1,21 @@
import os
+from choices import mapfileinput
foldernames=["Cirque de Cilaos","Cirque de Mafate","Cirque de Salazie","Est","Nord","Ouest","Sud","Volcan","Ailleurs","All"]
totalfolders=foldernames
-thehome=os.path.expanduser("~")
-thefolder="/Randopitons"
-default_folder=thehome+thefolder
-choice = 0
-maptype = 0
-
-HEADER = '\033[95m'
-OKBLUE = '\033[94m'
-OKGREEN = '\033[92m'
-WARNING = '\033[93m'
-FAIL = '\033[91m'
-ENDC = '\033[0m'
-BOLD = '\033[1m'
-UNDERLINE = '\033[4m'
-
-print(BOLD+"A FUCKING LEAF"+ENDC)
+
+print "\n\nWelcome ! \nWith this script, you will be able to download gpx,trk and kml traces for hitchiking on the Reunion Isle."
+
+
+
+
+
+mapfileinput()
+
+
+
+
+
+
+
+
+