summary refs log tree commit diff stats
path: root/examples/plugin_new_macro.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plugin_new_macro.py')
-rw-r--r--examples/plugin_new_macro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plugin_new_macro.py b/examples/plugin_new_macro.py
index 0e44cdd3..cb4d7413 100644
--- a/examples/plugin_new_macro.py
+++ b/examples/plugin_new_macro.py
@@ -4,7 +4,7 @@
 # date in commands that allow macros.  You can test it with the command
 # ":shell echo %date; read"
 
-from __future__ import (absolute_import, print_function)
+from __future__ import (absolute_import, division, print_function)
 
 import time