General: Cleanup

This commit is contained in:
Dylan Araps 2017-06-19 16:16:35 +10:00
parent ceae49844c
commit f485d06b45

3
wal.py
View File

@ -9,8 +9,7 @@ import glob
import shutil import shutil
import subprocess import subprocess
from subprocess import call from subprocess import call, Popen
from subprocess import Popen
import os import os
from os.path import expanduser from os.path import expanduser