[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] add missing `import functools`



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/cruft_report.py
    ... ... @@ -38,6 +38,7 @@ Check for obsolete binary packages
    38 38
     from __future__ import print_function
    
    39 39
     
    
    40 40
     import commands
    
    41
    +import functools
    
    41 42
     import os
    
    42 43
     import sys
    
    43 44
     import re
    


  • Reply to: