Append vim config to resolver.py
This commit is contained in:
parent
233848aec0
commit
c373f044db
|
@ -426,3 +426,5 @@ if __name__ == '__main__':
|
||||||
win.show_all()
|
win.show_all()
|
||||||
gobject.timeout_add(200, idlequeue.process)
|
gobject.timeout_add(200, idlequeue.process)
|
||||||
gtk.main()
|
gtk.main()
|
||||||
|
|
||||||
|
# vim: se ts=3:
|
||||||
|
|
Loading…
Reference in New Issue