# coverage-html/index.html
.figleaf.el: .figleaf
- python misc/figleaf2el.py .figleaf `python ./builddir.py`
+ $(PP) python misc/figleaf2el.py .figleaf `python ./builddir.py`
pyflakes:
pyflakes src/allmydata
nil
" FA"
'(
- ("\C-ca" . figleaf-toggle-annotations)
+ ("\C-c\C-a" . figleaf-toggle-annotations)
)
() ; forms run on mode entry/exit
out.write(" results)\n")
out.close()
-import figleaf
+#import figleaf
+from allmydata.util import figleaf
+
def examine_source(filename):
f = open(filename, "r")
lines = figleaf.get_lines(f)