From 6f8da9534efd4b3833a77a10bff9d009a84dcf80 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 21 Jun 2011 15:10:23 +0200 Subject: =?UTF-8?q?=C3=84nderung:=20=20=20=20=20=20=20=201564:40817b13d8b3?= =?UTF-8?q?=20Zweig:=20=20=20=20=20=20=20=20=20=20=20dev=20Marke:=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20tip=20Nutzer:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20Cptn=5FSandwich=20Datum:=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?Tue=20Jun=2021=2014:02:50=202011=20+0200=20Zusammenfassung:=20u?= =?UTF-8?q?se=20process=20names=20on=20linux=20instead=20of=20"python"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyLoadCli.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index fd5bfbc1c..92d382db1 100644 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -42,6 +42,7 @@ from module.utils import formatSize, decode import ConfigParser from module.remote.thriftbackend.ThriftClient import ThriftClient, NoConnection, NoSSL, WrongLogin, ConnectionClosed from module.lib.Getch import Getch +from module.lib.rename_process import RenameProcess class Cli: def __init__(self, client, command): @@ -427,6 +428,7 @@ def writeConfig(opts): print _("Couldn't write user config file") if __name__ == "__main__": + RenameProcess('pyLoadCli') config = {"addr": "127.0.0.1", "port": "7227", "language": "en"} try: config["language"] = os.environ["LANG"][0:2] -- cgit v1.2.3