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
@ -138,4 +138,7 @@ class Buffer(object):
|
||||
try:
|
||||
self.session.db[self.name+"_pos"]=self.buffer.list.get_selected()
|
||||
except AttributeError:
|
||||
pass
|
||||
pass
|
||||
|
||||
def view_item(self):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user