changeset 558:29cc9e06d976

added include for webbrowser (to open about menu links)
author davidbyron
date Thu, 08 Apr 2010 21:43:37 -0500
parents ef56a7db0cb4
children 684d21a62a11
files orpg/main.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/main.py	Thu Apr 08 20:15:58 2010 -0500
+++ b/orpg/main.py	Thu Apr 08 21:43:37 2010 -0500
@@ -33,6 +33,7 @@
 import time
 import wx
 import wx.py
+import webbrowser
 try:
     import wx.lib.agw.aui as AUI
 except ImportError: