Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
treibholz committed Aug 26, 2019
1 parent 743897a commit 0623740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clamavmirror/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

from shutil import move

# queue is called Queue in python3
# Queue is called queue in python3
if sys.version_info.major < 3:
from Queue import Queue
else:
Expand Down

0 comments on commit 0623740

Please sign in to comment.