diff options
| author | Dylan Araps <[email protected]> | 2017-06-19 16:16:35 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-19 16:16:35 +1000 |
| commit | f485d06b45674613c893b73ed9c2c05f1b34cbdb (patch) | |
| tree | 623b4cb719198be1f5ae5d34205f654a236a7832 | |
| parent | General: Log chosen image (diff) | |
| download | pywal-f485d06b45674613c893b73ed9c2c05f1b34cbdb.tar.xz pywal-f485d06b45674613c893b73ed9c2c05f1b34cbdb.zip | |
General: Cleanup
| -rw-r--r-- | wal.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |