Skip to content

Commit

Permalink
python: Fixed #982, moved GDB printers to a separate toplevel folder.
Browse files Browse the repository at this point in the history
Other non GDB related inet and omnetpp python packages are not imported anymore.
  • Loading branch information
levy committed Sep 3, 2024
1 parent 9a66835 commit f157a18
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
if 'register_inet_printers' in dir():
print('inet pretty printers already initialized.')
else:
from inet.printers import register_inet_printers
from inetgdb.printers import register_inet_printers
register_inet_printers(None)
print('Pretty printers initialized: inet')
File renamed without changes.
File renamed without changes.

0 comments on commit f157a18

Please sign in to comment.