Moved namefiles

This commit is contained in:
neersighted 2012-04-02 18:01:38 -07:00
parent fed5c17468
commit 4e520b8c1a
24 changed files with 1 additions and 1 deletions

View file

@ -76,7 +76,7 @@ __version__ = "1.0"
import string, re, sys, random, os
NAMEDIR = os.path.dirname(__file__) + "/namefiles"
NAMEDIR = os.path.dirname(__file__) + "/../data/namefiles"
NAMESECTIONS = [ "inf", "first", "mid", "final", "notes", "end" ]
class NameFile: