aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/export.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-10-01 08:00:43 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-10-01 08:00:43 +0200
commit639dffb7d27cc49684a6cb2a8ad57b936b1e01dc (patch)
tree1a11bc1ea366bb9eb2df2af82e3e394e4bfcbb04 /pyaggr3g470r/export.py
parentRelease 5.6.6. (diff)
downloadnewspipe-639dffb7d27cc49684a6cb2a8ad57b936b1e01dc.tar.gz
newspipe-639dffb7d27cc49684a6cb2a8ad57b936b1e01dc.tar.bz2
newspipe-639dffb7d27cc49684a6cb2a8ad57b936b1e01dc.zip
Python 3 support
Diffstat (limited to 'pyaggr3g470r/export.py')
-rw-r--r--pyaggr3g470r/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/export.py b/pyaggr3g470r/export.py
index 1341e58f..4c768483 100644
--- a/pyaggr3g470r/export.py
+++ b/pyaggr3g470r/export.py
@@ -42,7 +42,7 @@ from datetime import datetime
from flask import jsonify
import conf
-import models
+from pyaggr3g470r import models
def HTML_HEADER(title="pyAggr3g470r", css="./style.css"):
bgstack15