diff options
author | mcd1992 <theanonbutinf@gmail.com> | 2014-08-23 14:30:13 -0500 |
---|---|---|
committer | mcd1992 <theanonbutinf@gmail.com> | 2014-08-24 14:38:43 -0500 |
commit | a2360a4c80700824f4160505fcdb1ca14261c031 (patch) | |
tree | 8fa93cf21b06d63e98e098a8d560b8f9fb705ad3 /.gitignore | |
parent | a7cacbca2b140f668785d57264914de5585ed699 (diff) |
Moved from os.system to subprocess.call
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 37b2fa8d3..b8128fab1 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,6 @@ updates_key.pem *.m4a *.m4v *.part +*.swp test/testdata .tox |