py3: Points: gathering commits:

5f682d2a97a0b965813077d03fa2aee65377f3b2
5ccfa18e8c8471639a7f98e294625c5532e7440e
24836b36d5214db6823d6ac409afa42ce47ce263
This commit is contained in:
looooo
2017-02-28 16:59:15 +01:00
committed by wmayer
parent 137e68d087
commit 4574348937
2 changed files with 15 additions and 4 deletions

View File

@@ -60,5 +60,6 @@ PyMOD_INIT_FUNC(Points)
Points::Structured ::init();
Points::FeatureCustom ::init();
Points::StructuredCustom ::init();
Points::FeaturePython ::init();
Points::FeaturePython ::init();
PyMOD_Return(pointsModule);
}