From 3fd589995f6523c3415983d560d5c7717da464f2 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Thu, 25 May 2017 17:05:49 +0200 Subject: [PATCH] Re-add required import --- src/manjaro_hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 6c1750f..6ff9aba 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -5,6 +5,7 @@ import gi import json import locale import os +import subprocess import sys import webbrowser gi.require_version("Gtk", "3.0")