Revision: 3130 Author: janne.t.harkonen Date: Tue May 4 01:04:42 2010 Log: unused http://code.google.com/p/robotframework/source/detail?r=3130
Modified: /trunk/src/robot/parsing/keywords.py ======================================= --- /trunk/src/robot/parsing/keywords.py Thu Mar 25 05:46:18 2010 +++ /trunk/src/robot/parsing/keywords.py Tue May 4 01:04:42 2010 @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import re - from robot import utils from robot.errors import DataError from robot.common import BaseKeyword
