Skip to content

Commit

Permalink
missing import of Color class
Browse files Browse the repository at this point in the history
* this reinstates coloured highlighting of text when bad directories are entered
  • Loading branch information
jefferis committed Apr 15, 2015
1 parent c567b7e commit 4ec2cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMTK_Registration_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from java.awt.event import TextListener
from java.awt.event import ItemListener
from java.awt import Font
from java.awt import Color
from java.lang import Runtime

import os,subprocess,sys
Expand Down

0 comments on commit 4ec2cd4

Please sign in to comment.