Remove some unnecessary qualification from printing.py
authorTom Tromey <tromey@adacore.com>
Tue, 26 Sep 2023 15:51:56 +0000 (09:51 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 26 Sep 2023 15:51:56 +0000 (09:51 -0600)
commit54e053874dd91c96b0f70b6536147aa18b9ee305
treeef9104cc9b5671e450ccfa56bfb1c4420afabf42
parentf35baff348a2260616dc04721c31726d88e24851
Remove some unnecessary qualification from printing.py

printing.py references "gdb.printing" in a few spots, but there's no
need for this.  I think this is leftover from when this code was
(briefly) in some other module.  This patch removes the unnecessary
qualifications.  Tested on x86-64 Fedora 36.
gdb/python/lib/gdb/printing.py