Entropy/SocketHostInterface:

- fix IndentnationError


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2300 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-07-24 18:37:16 +00:00
parent 4784837eae
commit 3255a7eddf
+1 -1
View File
@@ -13245,7 +13245,7 @@ class SocketHostInterface:
x = arg.split("=")
a = x[0]
b = ''.join(x[1:])
mykwargs[a] = eval(b)
mykwargs[a] = eval(b)
else:
try:
myargs.append(eval(arg))