diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-12 19:21:46 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-12 19:21:46 +0200 |
commit | 1cb1450b6134f99001ff4029fc47b792b541413d (patch) | |
tree | ca9cadfa50cb508aa557587ac89f105baa0e4077 | |
parent | Trying the export to HTML option on Heroku (4). (diff) | |
download | newspipe-1cb1450b6134f99001ff4029fc47b792b541413d.tar.gz newspipe-1cb1450b6134f99001ff4029fc47b792b541413d.tar.bz2 newspipe-1cb1450b6134f99001ff4029fc47b792b541413d.zip |
HTML export now working on Heroku.
-rw-r--r-- | pyaggr3g470r/export.py | 4 |
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" |