summaryrefslogtreecommitdiffstats
path: root/Reaktor/IRC/reaktor.py
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-04-25 13:34:04 +0200
committertv <tv@nomic.retiolum>2014-04-25 13:34:04 +0200
commit7bf0b790b95d97d33e57a4e52cf7681bc6366d98 (patch)
treeb8c2914c7ae79c789251c1be79cf57f1709c9853 /Reaktor/IRC/reaktor.py
parente1571b5a5cda983234cd6d5c4998ab883cc46115 (diff)
reaktor: move config_filename to config
Diffstat (limited to 'Reaktor/IRC/reaktor.py')
-rwxr-xr-xReaktor/IRC/reaktor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Reaktor/IRC/reaktor.py b/Reaktor/IRC/reaktor.py
index 54091c5d..bfd08d9f 100755
--- a/Reaktor/IRC/reaktor.py
+++ b/Reaktor/IRC/reaktor.py
@@ -81,7 +81,6 @@ class Reaktor(asybot):
target.append(env['_from'])
log.debug('target:' +str(target))
- env['config_filename'] = os.path.abspath(self.config)
start = time()
try:
p = popen(myargv, bufsize=1, stdout=PIPE, stderr=PIPE, env=env, cwd=cwd)