Changeset 8341
- Timestamp:
- 10/02/08 16:50:36 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/trnewman/CIREN/components/rc2007_gui/wx_inits.py
r8340 r8341 251 251 252 252 try: 253 self.nicBox.Append(node) 253 check = self.nicBox.FindString(node) 254 if check == -1: 255 self.nicBox.Append(node) 254 256 except: 255 257 print "WARNING! rc2007_gui got incompatible ASCII symbols!"