aboutsummaryrefslogtreecommitdiffstats
path: root/qface/idl/profile.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen@ryannel.org>2018-03-07 19:05:49 +0100
committerJuergen Bocklage-Ryannel <juergen@ryannel.org>2018-03-07 19:05:49 +0100
commit6e24a48992a0aecf0a6b5d33d9c7f6f3c1790aa8 (patch)
tree983220bd5c36831a622d46d328264751d6bc96f0 /qface/idl/profile.py
parent6f3f1ec8b1121c0c3bfb812377a2d6adcd55498d (diff)
By default qface support the full profile. Also outputs
the choosen language profile.
Diffstat (limited to 'qface/idl/profile.py')
-rw-r--r--qface/idl/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qface/idl/profile.py b/qface/idl/profile.py
index 24c6be2..433f193 100644
--- a/qface/idl/profile.py
+++ b/qface/idl/profile.py
@@ -42,4 +42,3 @@ _profiles = {
def get_features(name):
return _profiles.get(name, set())
-