@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\SemanticData; |
7 | -use SMWDataItem as DataItem; |
|
8 | 7 | use SMWDIBlob as DIBlob; |
9 | 8 | use SESP\PropertyAnnotator; |
10 | 9 | use SESP\AppFactory; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DIProperty; |
6 | 6 | use SMW\SemanticData; |
7 | -use SMWDataItem as DataItem; |
|
8 | 7 | use SMWDIBlob as DIBlob; |
9 | 8 | use SESP\PropertyAnnotator; |
10 | 9 | use SESP\AppFactory; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace SESP; |
4 | 4 | |
5 | 5 | use SMW\PropertyRegistry as Registry; |
6 | -use SMW\DataTypeRegistry; |
|
7 | -use SMW\DIProperty; |
|
8 | -use SMWDataItem as DataItem; |
|
9 | 6 | |
10 | 7 | /** |
11 | 8 | * @ingroup SESP |