diff components/description.py @ 41:ff3e395abf91

Renamed grease to bGrease (Basic Grease) to get rid of conflicts with an already installed grease.
author KarstenBock@gmx.net
date Mon, 05 Sep 2011 15:00:34 +0200
parents def430d59281
children e856b604b650
line wrap: on
line diff
--- a/components/description.py	Mon Sep 05 14:49:45 2011 +0200
+++ b/components/description.py	Mon Sep 05 15:00:34 2011 +0200
@@ -11,7 +11,7 @@
 #   You should have received a copy of the GNU General Public License
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-from parpg.grease.component import Component
+from bGrease.component import Component
 
 class Description(Component):
     """Component that stores the description of an object"""