diff --git a/gui.py b/gui.py
index ab3106b..c65411a 100644
--- a/gui.py
+++ b/gui.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# Python imports
import os.path
import sys
@@ -13,16 +11,15 @@ from gi.repository import Gtk, Gio
import gettext
import locale
+# Printing library import
+import smallprint
+
if os.path.exists('locale/po') and os.path.exists('res'):
# We're in the development tree
DIR = "locale/po/"
RESOURCES = "res/"
-elif sys.platform != 'win32' and sys.platform != 'darwin':
- DIR = "/usr/share/locale/"
- RESOURCES = "/usr/local/share/jsoninspector"
-
else:
DIR = "po"
RESOURCES = "res/"
diff --git a/res/smallprint.gtkbuilder b/res/smallprint.gtkbuilder
index e3440e6..94d22ad 100644
--- a/res/smallprint.gtkbuilder
+++ b/res/smallprint.gtkbuilder
@@ -30,34 +30,7 @@
False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-