Move data directory.

This commit is contained in:
Stefan van der Walt
2009-08-22 17:58:50 -07:00
parent 734379ec9c
commit f09d2586eb
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import os.path
data_dir = os.path.join(os.path.dirname(__file__), 'tests/data')
data_dir = os.path.join(os.path.dirname(__file__), 'data')

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB