summaryrefslogtreecommitdiff
path: root/gi/module.py
diff options
context:
space:
mode:
Diffstat (limited to 'gi/module.py')
-rw-r--r--gi/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/module.py b/gi/module.py
index 1a549712..efc8af81 100644
--- a/gi/module.py
+++ b/gi/module.py
@@ -35,12 +35,12 @@ from ._gi import \
ConstantInfo, \
StructInfo, \
Struct, \
+ Boxed, \
enum_add, \
flags_add
from .types import \
GObjectMeta, \
StructMeta, \
- Boxed, \
Function
repository = Repository.get_default()