projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes for using the staticmethods
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
newevent.py
diff --git
a/wxPython/wx/lib/newevent.py
b/wxPython/wx/lib/newevent.py
index 589a65e3a976db76df078f8f3e75a54e565393ac..72aecaa25da096ad6d96465cb5a22e8ded921ff5 100644
(file)
--- a/
wxPython/wx/lib/newevent.py
+++ b/
wxPython/wx/lib/newevent.py
@@
-1,7
+1,6
@@
-#!/usr/bin/env python
"""Easy generation of new events classes and binder objects"""
-__author__ = "Miki Tebeka <
tebeka@cs.bgu.ac.il
>"
+__author__ = "Miki Tebeka <
miki.tebeka@gmail.com
>"
import wx