allura
修訂 | 2e757d30637bbdfc8c3aca9670e0a15fb4540a9a (tree) |
---|---|
時間 | 2010-06-02 03:22:39 |
作者 | Rick Copeland <rcopeland@geek...> |
Commiter | Rick Copeland |
[#471] - Remove bad pdb.set_trace()
@@ -33,9 +33,6 @@ class UnderToDash(Migration): | ||
33 | 33 | |
34 | 34 | def up(self): |
35 | 35 | def fixup(s): |
36 | - if '_' in s: | |
37 | - print s | |
38 | - import pdb; pdb.set_trace() | |
39 | 36 | return s.replace('_', '-') |
40 | 37 | fix_pathnames(self.ormsession,fixup) |
41 | 38 |