summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-19 16:16:35 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-19 16:16:35 +1000
commitf485d06b45674613c893b73ed9c2c05f1b34cbdb (patch)
tree623b4cb719198be1f5ae5d34205f654a236a7832
parentceae49844c4ae2af10873b446f83af6c3a909aa5 (diff)
General: Cleanup
-rw-r--r--wal.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wal.py b/wal.py
index 18f701a..005a7ac 100644
--- a/wal.py
+++ b/wal.py
@@ -9,8 +9,7 @@ import glob
import shutil
import subprocess
-from subprocess import call
-from subprocess import Popen
+from subprocess import call, Popen
import os
from os.path import expanduser