changeset 223:f07cf25224a4

do not use python3 - the couchdb lib is not ready for it
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 22 May 2014 05:24:53 +0200
parents fe6a2dad6e29
children 218c2b376169
files feedupdate.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/feedupdate.py	Thu May 22 05:11:35 2014 +0200
+++ b/feedupdate.py	Thu May 22 05:24:53 2014 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 import BackendFactory
 import logging