close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.BasicsAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Jul 27, 2012, 5:19:27 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v11
|
v12
|
|
| 123 | 123 | All class variables should be declared in the ''init'' method, the ''firstTime()'' (if implemented) should be near the top. |
| 124 | 124 | |
| | 125 | === Python 2.5 compatibility === |
| | 126 | In Fremantle on the N900 only Python 2.5 is available. Therefore, all modRana code needs to be Python 2.5 compatible. |
| | 127 | |
| | 128 | === Python 3 compatibility === |
| | 129 | !ModRana has not yet been tested on Python 3, but forward compatibility is desired. For example, 'print' should be always used with braces, to be Python 3 compatible. |
| | 130 | |
| | 131 | |
| 125 | 132 | == Porting == |
| 126 | 133 | |