Changeset 1585 for trunk/pylucid/doc/plugin_api.py
- Timestamp:
- 05/23/08 16:33:49 (6 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/doc/plugin_api.py (modified) (2 diffs, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/doc/plugin_api.py
- Property svn:eol-style set to LF
- Property svn:keywords set to Author
r1507 r1585 11 11 $LastChangedDate$ 12 12 $Rev$ 13 $Author : JensDiemer$13 $Author$ 14 14 15 15 :copyleft: 2008 by Jens Diemer … … 149 149 150 150 #__________________________________________________________________________ 151 # PREFERENCES 152 # 153 def get_my_preferences(self): 154 """ 155 more info about plugin preferences: 156 http://www.pylucid.org/_goto/153/preferences/ 157 """ 158 # Get the preferences from the database: 159 preferences = self.get_preferences() 160 161 # Get a entry (It's a dict api) 162 my_entry_value = preferences["entry_key"] 163 164 165 #__________________________________________________________________________ 151 166 # ENVIRONMENT 152 167 #
