Beispiel #1
0
 def run(self):
     from bookmarks.imple import BookmarksControllerImple
     imple = BookmarksControllerImple.get(self.ctx, self.command)
     imple.move_to_front()
Beispiel #2
0
 def run(self):
     from bookmarks.imple import BookmarksControllerImple
     imple = BookmarksControllerImple.get(self.ctx, self.command)
     imple.move_to_front()