Entropy/DistributionUGCCommands:

- I sometimes am a moron


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2310 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-07-25 13:11:29 +00:00
parent 4134113e39
commit 2c7af37274
+3 -3
View File
@@ -17431,7 +17431,7 @@ class DistributionUGCCommands(SocketCommandsSkel):
def docmd_register_stream(self, authenticator, myargs):
myargs = myargs.split()
myargs = myargs[0].split()
if len(myargs) < 3:
return None,'wrong arguments'
@@ -17499,7 +17499,7 @@ class DistributionUGCCommands(SocketCommandsSkel):
def docmd_add_comment(self, authenticator, myargs):
myargs = myargs.split()
myargs = myargs[0].split()
if len(myargs) < 2:
return None,'wrong arguments'
@@ -17560,7 +17560,7 @@ class DistributionUGCCommands(SocketCommandsSkel):
def docmd_edit_comment(self, authenticator, myargs):
myargs = myargs.split()
myargs = myargs[0].split()
if len(myargs) < 2:
return None,'wrong arguments'