|
Last change
on this file was
17033,
checked in by Ryan J Ollos, 6 years ago
|
|
TracWikiExtras 1.3.1dev: Make imports compatible with Trac < 1.0.2
Refs #13374.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
|
File size:
321 bytes
|
| Line | |
|---|
| 1 | import pkg_resources |
|---|
| 2 | from boxes import AboutWikiBoxes, Boxes |
|---|
| 3 | from color import Color |
|---|
| 4 | from entities import Entities |
|---|
| 5 | from icons import AboutWikiIcons, Icons, ShowIcons, Smileys |
|---|
| 6 | from phrases import AboutWikiPhrases, Phrases |
|---|
| 7 | from symbols import Symbols |
|---|
| 8 | from unc_paths import UNCPathLink |
|---|
| 9 | |
|---|
| 10 | pkg_resources.require('Trac >= 1.0') |
|---|
Note: See
TracBrowser
for help on using the repository browser.