cleanup: module naming re-structured

This commit is contained in:
Sebastian Wehling-Benatelli 2014-02-21 23:39:42 +01:00
parent c0f7060368
commit d0b3f0ee5d
4 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,8 @@ class SeiscompDataStructure(object):
def modifiyFields(self, **kwargs):
if kwargs and isinstance(kwargs, dict):
for key, value in kwargs.iteritems():
key = str(key)
value = str(value)
try:
if key in self.__sdsFields.keys():
self.__sdsFields[key] = str(value)

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
class AutoPickParameter(object):
'''
AutoPickParameters is a parameter type object capable to read and/or write