Merge branch '2.1.x' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
denise 2012-06-14 13:45:14 -04:00
commit 6b990f8712
12 changed files with 74 additions and 6 deletions

View file

@ -20,7 +20,7 @@ from configobj import ConfigObj
import string
import hashlib
AIRTIME_VERSION = "2.1.0"
AIRTIME_VERSION = "2.1.1"
def api_client_factory(config, logger=None):
if logger != None: