diff --git a/README.rst b/README.rst index 58cf3d4ca9..436d39215a 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ### -afw +afw - testing ### ``afw`` is a package in the `LSST Science Pipelines `_. diff --git a/python/lsst/gdb/afw/printers.py b/python/lsst/gdb/afw/printers.py index 77533dcd26..4a44bfe9b0 100644 --- a/python/lsst/gdb/afw/printers.py +++ b/python/lsst/gdb/afw/printers.py @@ -1,7 +1,10 @@ +# flake8: noqa + import gdb import math import re import sys +import lets_break_this_bad_boy try: debug # noqa: F821 @@ -12,6 +15,7 @@ argparse = None # we're using optparse + class GdbOptionParser(optparse.OptionParser): """A subclass of the standard optparse OptionParser for gdb