dialogs/CommentEditDialog.py
branchpython3
changeset 3750 f62625418bff
parent 2347 6dca42cd2b2b
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
    18 #
    18 #
    19 # You should have received a copy of the GNU General Public License
    19 # You should have received a copy of the GNU General Public License
    20 # along with this program; if not, write to the Free Software
    20 # along with this program; if not, write to the Free Software
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    22 
    22 
    23 from __future__ import absolute_import
    23 
    24 
    24 
    25 import wx
    25 import wx
    26 
    26 
    27 
    27 
    28 class CommentEditDialog(wx.Dialog):
    28 class CommentEditDialog(wx.Dialog):