@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SIL; |
4 | 4 | |
5 | -use Onoi\Cache\CacheFactory; |
|
6 | 5 | use Title; |
7 | 6 | use Language; |
8 | 7 |
@@ -5,16 +5,13 @@ |
||
5 | 5 | use SMW\Query\Language\Conjunction; |
6 | 6 | use SMW\Query\Language\SomeProperty; |
7 | 7 | use SMW\Query\Language\ValueDescription; |
8 | - |
|
9 | 8 | use SMW\Store; |
10 | 9 | use SMW\DIWikiPage; |
11 | 10 | use SMW\DIProperty; |
12 | - |
|
13 | 11 | use SMWPrintRequest as PrintRequest; |
14 | 12 | use SMWPropertyValue as PropertyValue; |
15 | 13 | use SMWQuery as Query; |
16 | 14 | use SMWDIBlob as DIBlob; |
17 | - |
|
18 | 15 | use Title; |
19 | 16 | |
20 | 17 | /** |
@@ -5,9 +5,7 @@ |
||
5 | 5 | use SMW\DataValueFactory; |
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\DIWikiPage; |
8 | - |
|
9 | 8 | use SMWDIBlob as DIBlob; |
10 | - |
|
11 | 9 | use Title; |
12 | 10 | |
13 | 11 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SIL\Search; |
4 | 4 | |
5 | 5 | use Html; |
6 | -use LanguageNames; |
|
7 | 6 | use Language; |
8 | 7 | use XmlSelect; |
9 | 8 | use Xml; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SIL\Tests; |
4 | 4 | |
5 | 5 | use SIL\PropertyRegistry; |
6 | - |
|
7 | 6 | use SMW\DIProperty; |
8 | 7 | |
9 | 8 | /** |
@@ -5,9 +5,7 @@ |
||
5 | 5 | use SMW\DataValueFactory; |
6 | 6 | use SMW\DIProperty; |
7 | 7 | use SMW\DIWikiPage; |
8 | - |
|
9 | 8 | use SMWDIBlob as DIBlob; |
10 | - |
|
11 | 9 | use Title; |
12 | 10 | |
13 | 11 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SIL\Tests; |
4 | 4 | |
5 | 5 | use SIL\PropertyRegistry; |
6 | - |
|
7 | 6 | use SMW\DIProperty; |
8 | 7 | |
9 | 8 | /** |
@@ -3,10 +3,6 @@ |
||
3 | 3 | namespace SIL; |
4 | 4 | |
5 | 5 | use Onoi\Cache\Cache; |
6 | -use SMW\Store; |
|
7 | -use SMW\DIWikiPage; |
|
8 | -use SMW\DIProperty; |
|
9 | - |
|
10 | 6 | use Title; |
11 | 7 | |
12 | 8 | /** |