pep8
This commit is contained in:
parent
c014d91ec2
commit
eec12aa9e4
7 changed files with 28 additions and 18 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
# Tiny little restarter by neersighted
|
||||
import subprocess, sys, os
|
||||
import sys
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
if os.path.isfile("./control.sh"):
|
||||
restart = "./control.sh restart"
|
||||
|
|
Reference in a new issue