tizen beta release
[framework/web/webkit-efl.git] / Tools / Scripts / webkitpy / layout_tests / port / __init__.py
index bc70c72..e584698 100755 (executable)
@@ -29,8 +29,6 @@
 
 """Port-specific entrypoints for the layout tests test infrastructure."""
 
-from factory import get
-
 import builders  # Why is this in port?
 
 from base import Port  # It's possible we don't need to export this virtual baseclass outside the module.