diff options
Diffstat (limited to 'gdb/python/lib/gdb/command/unwinders.py')
-rw-r--r-- | gdb/python/lib/gdb/command/unwinders.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/python/lib/gdb/command/unwinders.py b/gdb/python/lib/gdb/command/unwinders.py index 886287f..b863b33 100644 --- a/gdb/python/lib/gdb/command/unwinders.py +++ b/gdb/python/lib/gdb/command/unwinders.py @@ -14,9 +14,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import gdb import re +import gdb + def validate_regexp(exp, idstring): try: |