Skip to content

Commit

Permalink
Merge pull request #3754 from fchapoton/patch-10
Browse files Browse the repository at this point in the history
remove usunsed import
  • Loading branch information
haraldschilly committed Apr 18, 2019
2 parents e3395e3 + 651e9b6 commit 02bfc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/bup_migrate_all.py
Expand Up @@ -20,7 +20,7 @@
#
###############################################################################

import os, sys
import os

for x in open('/tmp/projects_on_host').readlines():
project_id = x.strip()
Expand Down

0 comments on commit 02bfc1e

Please sign in to comment.