Skip to content

Commit

Permalink
Fix remaining flake8 report
Browse files Browse the repository at this point in the history
$ flake8
./test cases/frameworks/6 gettext/generated/desktopgenerator.py:8:1: F821 undefined name 'os'

How is this working?
  • Loading branch information
jon-turney authored and jpakkane committed Oct 24, 2018
1 parent 99b0a7a commit 4a9fd0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

import sys, shutil
import os, sys, shutil

ifile = sys.argv[1]
ofile = sys.argv[2]
Expand Down

0 comments on commit 4a9fd0e

Please sign in to comment.