I think this will fix the io issue.

This commit is contained in:
James Scott 2012-12-13 22:50:25 -05:00
parent 95ac198873
commit 37aa20daab
1 changed files with 1 additions and 1 deletions

2
cah.py
View File

@ -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):