From b778f81a39df4d57fc57d26462c4b276a0cdd869 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 28 Apr 2009 14:21:13 +0000
Subject: [PATCH] fix typos, sorry...

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26681 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Interface/Coordinate.py        | 2 +-
 product/ERP5/Interface/DivergenceTester.py  | 2 +-
 product/ERP5/Interface/Entity.py            | 2 +-
 product/ERP5/Interface/Expandable.py        | 2 +-
 product/ERP5/Interface/OpenOrderExpander.py | 2 +-
 product/ERP5/Interface/Predicate.py         | 2 +-
 product/ERP5/Interface/Rule.py              | 2 +-
 product/ERP5/Interface/Variated.py          | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/product/ERP5/Interface/Coordinate.py b/product/ERP5/Interface/Coordinate.py
index 614c82cc9f..64624b5605 100644
--- a/product/ERP5/Interface/Coordinate.py
+++ b/product/ERP5/Interface/Coordinate.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class Coordinate(Interface):
   """
diff --git a/product/ERP5/Interface/DivergenceTester.py b/product/ERP5/Interface/DivergenceTester.py
index 02bdf411ee..8582e710ec 100644
--- a/product/ERP5/Interface/DivergenceTester.py
+++ b/product/ERP5/Interface/DivergenceTester.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class DivergenceTester(Interface):
   """
diff --git a/product/ERP5/Interface/Entity.py b/product/ERP5/Interface/Entity.py
index 068003c839..cd6b21039e 100644
--- a/product/ERP5/Interface/Entity.py
+++ b/product/ERP5/Interface/Entity.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class Entity(Interface):
   """
diff --git a/product/ERP5/Interface/Expandable.py b/product/ERP5/Interface/Expandable.py
index e9e4d75914..e7d0e30a7f 100644
--- a/product/ERP5/Interface/Expandable.py
+++ b/product/ERP5/Interface/Expandable.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class Expandable(Interface):
   """
diff --git a/product/ERP5/Interface/OpenOrderExpander.py b/product/ERP5/Interface/OpenOrderExpander.py
index d763a83c35..12192a696d 100644
--- a/product/ERP5/Interface/OpenOrderExpander.py
+++ b/product/ERP5/Interface/OpenOrderExpander.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class OpenOrderExpander(Interface):
   """
diff --git a/product/ERP5/Interface/Predicate.py b/product/ERP5/Interface/Predicate.py
index c42f39b023..753a1b0995 100644
--- a/product/ERP5/Interface/Predicate.py
+++ b/product/ERP5/Interface/Predicate.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class Predicate(Interface):
   """
diff --git a/product/ERP5/Interface/Rule.py b/product/ERP5/Interface/Rule.py
index 9f344e7c3c..2e6012dc25 100644
--- a/product/ERP5/Interface/Rule.py
+++ b/product/ERP5/Interface/Rule.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class Rule(Interface):
   """A Rule describes transformations of documents.
diff --git a/product/ERP5/Interface/Variated.py b/product/ERP5/Interface/Variated.py
index 348459d90f..8855dd8abd 100644
--- a/product/ERP5/Interface/Variated.py
+++ b/product/ERP5/Interface/Variated.py
@@ -26,7 +26,7 @@
 #
 ##############################################################################
 
-fro Interface import Interface
+from Interface import Interface
 
 class Variated(Interface):
   """
-- 
2.30.9