reorder imports

This commit is contained in:
Tomas Kopecek 2018-08-23 16:45:02 +02:00 committed by Mike McLean
parent a7280fb5c0
commit ed01f8d299
2 changed files with 35 additions and 25 deletions

View file

@ -921,6 +921,7 @@ def get_header_field(hdr, name, src_arch=False):
return "nosrc"
return "src"
# REMOVED?
result = _get_header_field(hdr, name)
if name in ("NOSOURCE", "NOPATCH"):