all repos — openbox @ be6fd760f1175efdebda78715f5f6c03dac5a9be

openbox fork - make it a bit more like ryudo

using () for a class that doesn't inherit breaks old python
Dana Jansens danakj@orodu.net
commit

be6fd760f1175efdebda78715f5f6c03dac5a9be

parent

64398a2b5f1497868734b245c1231371dbfb4eb7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/xdg-autostart/xdg-autostarttools/xdg-autostart/xdg-autostart

@@ -67,7 +67,7 @@ for autofile in files:

if list: autofile.list(environments) else: autofile.run(environments) -class AutostartFile(): +class AutostartFile: def __init__(self, path): self.path = path self.filename = os.path.basename(path)