Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Duarte <gustavo@GusHP.(none)>2013-04-02 19:23:13 (GMT)
committer Gustavo Duarte <gustavo@GusHP.(none)>2013-04-02 19:23:13 (GMT)
commit860a8d95ab6b61ffb4c805bb44e189ca01db4a37 (patch)
tree3acd3325ec36aa49e0b0aa4dd69d1a38507f2d33
parent673298364682bde1ed9447dd55bdb6c4fd1f60f7 (diff)
fix make_rep, module namev1.0.0
-rwxr-xr-xsql/make_report3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/make_report b/sql/make_report
index a0816f9..615add2 100755
--- a/sql/make_report
+++ b/sql/make_report
@@ -20,8 +20,7 @@ import argparse
import sys
import logging
-sys.path.append('/home/gustavo/ac/statistics/stats-consolidation/src/')
-from db import *
+from stats_consolidation.db import *
parser = argparse.ArgumentParser()