QScintilla/Editor.py

branch
5_0_x
changeset 792
a13346916170
parent 778
45f531096a3e
child 809
0f19e2fdce8f
--- a/QScintilla/Editor.py	Mon Dec 27 19:49:48 2010 +0100
+++ b/QScintilla/Editor.py	Fri Dec 31 15:50:33 2010 +0100
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
+# Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
 #
 
 """
@@ -458,6 +458,8 @@
         # check filetype
         if self.filetype == "Python":
             bindName = "dummy.py"
+        elif self.filetype == "Python3":
+            bindName = "dummy.py"
         elif self.filetype == "Ruby":
             bindName = "dummy.rb"
         elif self.filetype == "D":

eric ide

mercurial