Moved namefiles
This commit is contained in:
parent
fed5c17468
commit
4e520b8c1a
24 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue