diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-15 18:46:14 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-15 18:46:14 -0500 |
| commit | e83ebfc853ede37a02c3bf6f09d2786bbef7080d (patch) | |
| tree | 8d2da28ad7e8e0e5584fca61a68c87c26db7440a /modules/profile.py | |
| parent | 7ff1ef7ad4fe00770db6fde54bb1c3c8066bc4bf (diff) | |
| download | fedora-devshell-e83ebfc853ede37a02c3bf6f09d2786bbef7080d.tar.gz fedora-devshell-e83ebfc853ede37a02c3bf6f09d2786bbef7080d.tar.xz fedora-devshell-e83ebfc853ede37a02c3bf6f09d2786bbef7080d.zip | |
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
Diffstat (limited to 'modules/profile.py')
| -rw-r--r-- | modules/profile.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
