changed the publish methon in the client to pub

This commit is contained in:
Thomas S Hatch 2011-03-07 15:34:23 -07:00
parent 596e2c219a
commit b5e298d070

View File

@ -77,7 +77,7 @@ class LocalClient(object):
os.chdir(cwd)
return ret
def publish(self, tgt, fun, arg=()):
def pub(self, tgt, fun, arg=()):
'''
Take the required arguemnts and publish the given command.
Arguments: