Revision: 123 Author: jprantan Date: Mon Jun 28 02:51:30 2010 Log: Removed unused imports. http://code.google.com/p/robotframework-mabot/source/detail?r=123
Modified: /trunk/src/mabot/model/model.py ======================================= --- /trunk/src/mabot/model/model.py Mon Jun 28 02:50:35 2010 +++ /trunk/src/mabot/model/model.py Mon Jun 28 02:51:30 2010 @@ -13,8 +13,6 @@ # limitations under the License. -import os.path -import sys import tkMessageBox from mabot.settings import SETTINGS
