Skip to content

Commit

Permalink
version updated to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Wellpott @ obelix committed May 18, 2017
1 parent 2a507e2 commit 9451a04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions faampy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sys


__version__ = '0.1.3'
__version__ = '0.1.4'
__status__ = 'a'


Expand Down Expand Up @@ -69,7 +69,7 @@ def command_line():


def getlist(option, sep=',', chars='[,]'):
"""Return a list from a ConfigParser option. By default,
"""Return a list from a ConfigParser option. By default,
split on a comma and strip whitespaces."""
return [ chunk.strip(chars).strip() for chunk in option.split(sep) ]

Expand All @@ -80,7 +80,7 @@ def getlist(option, sep=',', chars='[,]'):
DATA_SEARCH_PATH_LIST = getlist(config.get('path', 'data'))
else:
DATA_SEARCH_PATH_LIST = []


FAAMPY_FILES = ['icons/camera_icon_32x32.png',
'icons/dot_blue_32x32.png',
Expand Down

0 comments on commit 9451a04

Please sign in to comment.