mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Added empty function view_item to base buffer
This commit is contained in:
parent
a63f19a70f
commit
cf9add1fc9
@ -139,3 +139,6 @@ class Buffer(object):
|
|||||||
self.session.db[self.name+"_pos"]=self.buffer.list.get_selected()
|
self.session.db[self.name+"_pos"]=self.buffer.list.get_selected()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def view_item(self):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user