Coccinelle release 1.0.0-rc13
[bpt/coccinelle.git] / python / coccilib / coccigui / vim.py
index 0fb9ff3..b17aa16 100644 (file)
@@ -97,7 +97,7 @@ class VimCallback(object):
         p = Project(self.svc.boss.cmd('buffer', 'get_current').directory)
         c = PythonCodeAssist(p)
         co = c.assist(buffer, offset).completions
-        print co
+        print(co)
         for comp in co:
             self.svc._com.add_completion(server, comp.name)
         # do this a few times