Skip to content

Commit e815689

Browse files
committed
Just comment.
1 parent 0a1154e commit e815689

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

cefpython/cef1/windows/binaries/cefadvanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
else:
2323
raise Exception("Unsupported python version: %s" % sys.version)
2424
except ImportError:
25-
# Import from package (installer exe).
25+
# Import from package (installer).
2626
from cefpython1 import cefpython
2727

2828
import cefwindow

cefpython/cef1/windows/binaries/cefsimple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
else:
1616
raise Exception("Unsupported python version: %s" % sys.version)
1717
except ImportError:
18-
# Import from package (installer exe).
18+
# Import from package (installer).
1919
from cefpython1 import cefpython
2020

2121
import cefwindow

cefpython/cef1/windows/binaries/cefwxpanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
else:
1818
raise Exception("Unsupported python version: %s" % sys.version)
1919
except ImportError:
20-
# Import from package (installer exe).
20+
# Import from package (installer).
2121
from cefpython1 import cefpython
2222

2323
import wx

cefpython/cef1/windows/binaries/panda3d_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
else:
3131
raise Exception("Unsupported python version: %s" % sys.version)
3232
except ImportError:
33-
# Import from package (installer exe).
33+
# Import from package (installer).
3434
from cefpython1 import cefpython
3535

3636
from pandac.PandaModules import loadPrcFileData

cefpython/cef1/windows/binaries/pygtk_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
else:
1515
raise Exception("Unsupported python version: %s" % sys.version)
1616
except ImportError:
17-
# Import from package (installer exe).
17+
# Import from package (installer).
1818
from cefpython1 import cefpython
1919

2020
import pygtk

cefpython/cef1/windows/binaries/pyqt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
else:
1515
raise Exception("Unsupported python version: %s" % sys.version)
1616
except ImportError:
17-
# Import from package (installer exe).
17+
# Import from package (installer).
1818
from cefpython1 import cefpython
1919

2020
from PyQt4 import QtGui

cefpython/cef1/windows/binaries/pyside.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
else:
1515
raise Exception("Unsupported python version: %s" % sys.version)
1616
except ImportError:
17-
# Import from package (installer exe).
17+
# Import from package (installer).
1818
from cefpython1 import cefpython
1919

2020
import PySide

cefpython/cef1/windows/binaries/wxpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
else:
1515
raise Exception("Unsupported python version: %s" % sys.version)
1616
except ImportError:
17-
# Import from package (installer exe).
17+
# Import from package (installer).
1818
from cefpython1 import cefpython
1919

2020
import wx

0 commit comments

Comments
 (0)