summaryrefslogtreecommitdiffstats
path: root/plugins/xserver.py
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-11-20 16:38:52 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-11-20 16:38:52 +0100
commitaf3b084bcf579ee327820c4148108b1684d2de6a (patch)
tree85fc4a4680f5aae5ecbe5f1d1b9a15fc2419b9e0 /plugins/xserver.py
parent98d20a42eedb5a3be1a4893ed0755546220dbb6e (diff)
downloadfirstaidkit-af3b084bcf579ee327820c4148108b1684d2de6a.tar.gz
firstaidkit-af3b084bcf579ee327820c4148108b1684d2de6a.tar.xz
firstaidkit-af3b084bcf579ee327820c4148108b1684d2de6a.zip
specfile:
1. Comment all the stuff we dont have in fedora distro. This makes it much easier to cp the spec file when creating the new version of fak. 2. xserver.py: Its not experimental anymore.
Diffstat (limited to 'plugins/xserver.py')
-rw-r--r--plugins/xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xserver.py b/plugins/xserver.py
index 86bb569..9904304 100644
--- a/plugins/xserver.py
+++ b/plugins/xserver.py
@@ -44,7 +44,7 @@ class Xserver(Plugin):
@classmethod
def getDeps(cls):
- return set(["root", "experimental", "filesystem"])
+ return set(["root", "filesystem"])
def __init__(self, *args, **kwargs):
Plugin.__init__(self, *args, **kwargs)