From e83ebfc853ede37a02c3bf6f09d2786bbef7080d Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Thu, 15 Jan 2009 18:46:14 -0500 Subject: Random bugfixes makes it work gets rid of _type madness fixes imports fixes random function signatures inserts a bloody stupid easter egg hack floats on a wooden raft --- modules/profile.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/profile.py') diff --git a/modules/profile.py b/modules/profile.py index dc4d44a..9d8ed86 100644 --- a/modules/profile.py +++ b/modules/profile.py @@ -28,7 +28,6 @@ from modules.directory import Directory class Profile(Directory): '''a profile module to resemble various architectures, branches, build targets, etc...''' - _type = 'profile' @property def dist(self): '''eg .fc7 or .olpc2 -- cgit