damage refactor, new averages

This commit is contained in:
Bryce Allen
2015-04-22 11:52:11 -05:00
parent f91b11e293
commit 9968cd4cdd
5 changed files with 708 additions and 4 deletions

View File

@@ -9,3 +9,6 @@ from os.path import dirname, join, abspath
bin_path = dirname(__file__)
project_path = abspath(join(bin_path, ".."))
sys.path.insert(0, project_path)
db_path = join(project_path, "db", "mh4u.db")
motion_values_path = join(project_path, "db", "motion_values.json")