From 37aa20daab631fd291fa1795a3c19c7c4b9ec134 Mon Sep 17 00:00:00 2001 From: James Scott Date: Thu, 13 Dec 2012 22:50:25 -0500 Subject: [PATCH] I think this will fix the io issue. --- cah.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cah.py b/cah.py index bcf7dd8..7322039 100644 --- a/cah.py +++ b/cah.py @@ -8,7 +8,7 @@ answer_cards_file_names = ['answer_cards', 'custom_anwser_cards'] question_cards_file_name = ['question_cards', 'question_cards1', 'question_cards2', 'custom_question_cards'] # Settings that are used -base_directory = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)))) +base_directory = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(".")))) class Deck(object):