Correct config test path

This commit is contained in:
sneakypete81 2013-05-11 18:12:06 +01:00
parent 658e3ca9f1
commit 16503f73dc

View file

@ -6,7 +6,7 @@ import os
import shutil
import openphoto
CONFIG_HOME_PATH = os.path.join("test", "config")
CONFIG_HOME_PATH = os.path.join("tests", "config")
CONFIG_PATH = os.path.join(CONFIG_HOME_PATH, "openphoto")
class TestConfig(unittest.TestCase):