Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sql/make_report
diff options
context:
space:
mode:
Diffstat (limited to 'sql/make_report')
-rwxr-xr-xsql/make_report5
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/make_report b/sql/make_report
index c8667da..a0816f9 100755
--- a/sql/make_report
+++ b/sql/make_report
@@ -16,10 +16,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import argparse
-from sugar_stats_consolidation.db import *
+
import sys
import logging
+sys.path.append('/home/gustavo/ac/statistics/stats-consolidation/src/')
+from db import *
+
parser = argparse.ArgumentParser()
parser.add_argument('--query',required=True)