summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nagstamon/files/nagstamon-0.9.5-resources.patch')
-rw-r--r--net-analyzer/nagstamon/files/nagstamon-0.9.5-resources.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-analyzer/nagstamon/files/nagstamon-0.9.5-resources.patch b/net-analyzer/nagstamon/files/nagstamon-0.9.5-resources.patch
deleted file mode 100644
index 8eef3a5be689..000000000000
--- a/net-analyzer/nagstamon/files/nagstamon-0.9.5-resources.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- nagstamon.py.old 2011-02-12 03:33:35.154930846 +0100
-+++ nagstamon.py 2011-02-12 03:34:08.100522965 +0100
-@@ -32,13 +32,8 @@ conf = Config()
- # check for old settings when upgrading from a nagstamon version < 0.8 and convert them
- conf.Convert_Conf_to_Multiple_Servers()
-
--# try to get resources path if nagstamon got be installed by setup.py
--try:
-- import pkg_resources
-- Resources = pkg_resources.resource_filename("Nagstamon", "resources")
--except Exception, err:
-- # set resources to "" in case there are no resources available from setup.py
-- Resources = ""
-+# set resources to "" in case there are no resources available from setup.py
-+Resources = "/usr/share/nagstamon/resources"
-
- # Resources on MacOS X, environment variable _MEIPASS2 comes from pyinstaller packed executable
- # - does not really work at the moment