deiban packaging of linux kernel with sysmocom modifications
Go to file
Ben Hutchings 169ec06045 debian/bin, debian/lib/python: Clean up imports based on pyflakes report
- Add explicit imports for all needed modules, rather than indirectly
  (accidentally!) importing them with "from ... import *"
- Replace all "from ... import *" statements, which inhibit static
  checking, with explicit lists of names to import
- Delete the remaining unneeded imports reported by pyflakes
2018-10-01 21:45:55 +01:00
debian debian/bin, debian/lib/python: Clean up imports based on pyflakes report 2018-10-01 21:45:55 +01:00