ade86d98b924
__future__ize with
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 20 Apr 2012 15:30:17 +0100 |
parents | 3f8f08e73be9 |
children | b727c135ad6b |
branches/tags | (none) |
files | autoload/splicelib/util/keys.py |
Changes
diff -r 3f8f08e73be9 -r ade86d98b924 autoload/splicelib/util/keys.py --- a/autoload/splicelib/util/keys.py Fri Apr 20 15:24:31 2012 +0100 +++ b/autoload/splicelib/util/keys.py Fri Apr 20 15:30:17 2012 +0100 @@ -1,3 +1,4 @@ +from __future__ import with_statement import vim from bufferlib import buffers from ..settings import setting