summaryrefslogtreecommitdiff
path: root/lib/utils
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-05-01 21:21:07 -0400
committerLex Neva <github.com@lexneva.name>2018-05-01 21:21:07 -0400
commit05daffb7e01db55879eb24f3c00532324a5d41af (patch)
tree43ff5d954e035e0e8b5a507b9c1bf9d6b4d3338d /lib/utils
parent1b31806423c8fec4040fed6d1009db016860b763 (diff)
refactor everything out of lib/__init__.py
Diffstat (limited to 'lib/utils')
-rw-r--r--lib/utils/io.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/io.py b/lib/utils/io.py
index e87b9881..be1fdf24 100644
--- a/lib/utils/io.py
+++ b/lib/utils/io.py
@@ -2,6 +2,7 @@ import os
import sys
from cStringIO import StringIO
+
def save_stderr():
# GTK likes to spam stderr, which inkscape will show in a dialog.
null = open(os.devnull, 'w')