summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-05-31 01:15:18 +0300
committermakkalot <makkalot@gmail.com>2008-05-31 01:15:18 +0300
commit9f5f7cc9357f975c2415b3b0826eeee54be74c05 (patch)
tree868f939ce2a42db8deb428b2a28b4e97e161edf5 /func
parent15fc492fdb83a1176c658d4ca1277b1d556be787 (diff)
downloadthird_party-func-9f5f7cc9357f975c2415b3b0826eeee54be74c05.tar.gz
third_party-func-9f5f7cc9357f975c2415b3b0826eeee54be74c05.tar.xz
third_party-func-9f5f7cc9357f975c2415b3b0826eeee54be74c05.zip
the actual test unit test but doesnt work properly continue tomorrow
Diffstat (limited to 'func')
-rw-r--r--func/minion/modules/func_arg.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/func/minion/modules/func_arg.py b/func/minion/modules/func_arg.py
index ae6db16..4d87e06 100644
--- a/func/minion/modules/func_arg.py
+++ b/func/minion/modules/func_arg.py
@@ -67,7 +67,7 @@ class ArgCompatibility(object):
# we will use it everytime so not make lookups
the_type = argument_dict['type']
- from itertools import chain
+ from itertools import chain #may i use chain ?
for key,value in argument_dict.iteritems():
@@ -114,6 +114,8 @@ class ArgCompatibility(object):
self._is_basic_types_compatible(argument)
self._is_type_options_compatible(argument)
+ return True
+
###The Exception classes here