aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/export.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 19:21:46 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 19:21:46 +0200
commit1cb1450b6134f99001ff4029fc47b792b541413d (patch)
treeca9cadfa50cb508aa557587ac89f105baa0e4077 /pyaggr3g470r/export.py
parentTrying the export to HTML option on Heroku (4). (diff)
downloadnewspipe-1cb1450b6134f99001ff4029fc47b792b541413d.tar.gz
newspipe-1cb1450b6134f99001ff4029fc47b792b541413d.tar.bz2
newspipe-1cb1450b6134f99001ff4029fc47b792b541413d.zip
HTML export now working on Heroku.
Diffstat (limited to 'pyaggr3g470r/export.py')
-rw-r--r--pyaggr3g470r/export.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/export.py b/pyaggr3g470r/export.py
index 37a55ffe..e7978e7c 100644
--- a/pyaggr3g470r/export.py
+++ b/pyaggr3g470r/export.py
@@ -20,9 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 0.5 $"
+__version__ = "$Revision: 0.6 $"
__date__ = "$Date: 2011/10/24 $"
-__revision__ = "$Date: 2013/12/07 $"
+__revision__ = "$Date: 2014/04/12 $"
__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "AGPLv3"
bgstack15