Commit c0d2d7e2 authored by Łukasz Nowak's avatar Łukasz Nowak

- remove whitespaces and blank lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36429 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20e6b673
......@@ -26,7 +26,6 @@ class Oood:
def __init__(self):
self.setsignals()
def run(self):
subprocess.call(OOOD_COMMAND + "--start > /dev/null 2>&1 /dev/null &",
shell=True)
......@@ -94,7 +93,6 @@ class Oood:
sys.exit(0)
def main():
pp = Oood()
pp.run()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment