Changes between Version 17 and Version 18 of Plugin
- Timestamp:
- Aug 20, 2016, 1:17:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin
v17 v18 186 186 return self.list_completion(text,['Alwall', 'Hirschi']) 187 187 188 189 188 #command to change the prompt 189 def preloop(self, *args, **opts): 190 """only change the prompt after calling the mother preloop command" 191 super(NewInterface, self).preloop(*args,**opts) 192 self.prompt = 'Hello? >' 190 193 191 192 193 194 194 }}} 195 195