summaryrefslogtreecommitdiff
path: root/portato/plugins
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-03 23:25:24 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-03 23:25:24 +0200
commit1540e5c8fbba5713e0176c8812f7473ea5e91037 (patch)
tree0e22e563968875a8480cbc60f5abc2d9ee540ef3 /portato/plugins
parentdd83f2011ffee4d8eea7b78f86631c7266cdfdc2 (diff)
downloadportato-1540e5c8fbba5713e0176c8812f7473ea5e91037.tar.gz
portato-1540e5c8fbba5713e0176c8812f7473ea5e91037.tar.bz2
portato-1540e5c8fbba5713e0176c8812f7473ea5e91037.zip
Ported gpytage plugin
Diffstat (limited to 'portato/plugins')
-rw-r--r--portato/plugins/gpytage.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/portato/plugins/gpytage.py b/portato/plugins/gpytage.py
deleted file mode 100644
index 22cc7ef..0000000
--- a/portato/plugins/gpytage.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# File: portato/plugins/gpytage.py
-# This file is part of the Portato-Project, a graphical portage-frontend.
-#
-# Copyright (C) 2008 René 'Necoro' Neumann
-# This is free software. You may redistribute copies of it under the terms of
-# the GNU General Public License version 2.
-# There is NO WARRANTY, to the extent permitted by law.
-#
-# Written by René 'Necoro' Neumann <necoro@necoro.net>
-
-from subprocess import Popen
-
-def gpytage(*args, **kwargs):
- Popen(["/usr/bin/gpytage"])