From 5d958471d3cb6fd18c76cc4d81829e39f31279ed Mon Sep 17 00:00:00 2001 From: David Van Assche Date: Sat, 05 Sep 2009 13:03:58 +0000 Subject: changed extension to gpx for pyclic files --- diff --git a/pyclic_common.py b/pyclic_common.py index 1df9996..379c09c 100644 --- a/pyclic_common.py +++ b/pyclic_common.py @@ -23,7 +23,7 @@ QUESTION_TAG = 8 COORDINATES_TAG = 9 ENTRY_TAG = 10 -FILE_EXT = "pcx" +FILE_EXT = "gpx" class PyClicCommon: -- cgit v0.9.1