X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tools%2Fxdg-autostart%2Fxdg-autostart;fp=tools%2Fxdg-autostart%2Fxdg-autostart;h=95ee5f51876c0d34477002fb105b79f96c7e15a1;hb=be6fd760f1175efdebda78715f5f6c03dac5a9be;hp=58855500ae09515a755a40c20f931838baed68da;hpb=64398a2b5f1497868734b245c1231371dbfb4eb7;p=chaz%2Fopenbox diff --git a/tools/xdg-autostart/xdg-autostart b/tools/xdg-autostart/xdg-autostart index 58855500..95ee5f51 100755 --- a/tools/xdg-autostart/xdg-autostart +++ b/tools/xdg-autostart/xdg-autostart @@ -67,7 +67,7 @@ def main(argv=sys.argv): 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)