comparison BackendFactory.py @ 217:bb3c851b18b1

add source file endcoding header
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 27 Apr 2014 05:33:34 +0200
parents 5b131f82057d
children e34c53a3e407
comparison
equal deleted inserted replaced
216:9bc4b2465435 217:bb3c851b18b1
1 1 # -*- coding: utf-8 -*-
2 import argparse 2 import argparse
3 3
4 SQLALCHEMY_BACKEND = "sqlalchemy" 4 SQLALCHEMY_BACKEND = "sqlalchemy"
5 COUCHDB_BACKEND = "couchdb" 5 COUCHDB_BACKEND = "couchdb"
6 6