diff options
| author | Matt Wilson <msw@redhat.com> | 2001-08-07 17:03:08 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2001-08-07 17:03:08 +0000 |
| commit | b403b844e7253be0bcc359826fac81bf98e86146 (patch) | |
| tree | cc7cb01b1af202e7dd3ce9dda533c6e7d5d0efa0 /postmortem | |
| parent | 50a7d63e788d9f0b311d189b3b8d5c2955f376e2 (diff) | |
this is useless now
Diffstat (limited to 'postmortem')
| -rwxr-xr-x | postmortem | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/postmortem b/postmortem deleted file mode 100755 index 4cb807f96..000000000 --- a/postmortem +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/python - -import os, sys, pdb - -if (os.path.exists('isys')): - sys.path.append('edd') - sys.path.append('libfdisk') - sys.path.append('balkan') - sys.path.append('gnome-map') - sys.path.append('isys') - sys.path.append('textw') - sys.path.append('iw') - sys.path.append('installclasses') - sys.path.append('edd') -else: - sys.path.append('/usr/lib/anaconda') - sys.path.append('/usr/lib/anaconda/textw') - sys.path.append('/usr/lib/anaconda/iw') - sys.path.append('/usr/lib/anaconda/installclasses') - -from cPickle import Unpickler - -f = open("anacdump.txt") - -line = f.readline() -while (line != "ToDo object:\n"): - line = f.readline() - -up = Unpickler(f) -todo = up.load() - -pdb.set_trace() |
