aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/useflags.py')
-rw-r--r--client/useflags.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/useflags.py b/client/useflags.py
new file mode 100644
index 0000000..40f453c
--- /dev/null
+++ b/client/useflags.py
@@ -0,0 +1,7 @@
+
+from gentoolkit.flag import *
+
+class UseFlags:
+
+ def getUseFlags (self, cpv):
+ return get_flags (cpv, True)[1]