Revision: 3702 Author: janne.t.harkonen Date: Tue Jun 1 03:02:36 2010 Log: these are needed by RIDE http://code.google.com/p/robotframework/source/detail?r=3702
Modified: /trunk/src/robot/parsing/__init__.py ======================================= --- /trunk/src/robot/parsing/__init__.py Mon May 31 05:21:54 2010 +++ /trunk/src/robot/parsing/__init__.py Tue Jun 1 03:02:36 2010 @@ -12,4 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -from model import TestCaseFile, TestDataDirectory, ResourceFile +from model import (TestCaseFile, TestDataDirectory, ResourceFile, + TestCase, UserKeyword)
