Skip to content

Commit

Permalink
support unicode literalls for linux boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Laharah committed May 12, 2021
1 parent eb6e384 commit ebf7b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebottool/pyfilebot.py
@@ -1,7 +1,7 @@
"""Contains functions for interaction with the filebotCLI and the
FilebotHandler convenience class.
"""
from __future__ import absolute_import
from __future__ import absolute_import, unicode_literals
import six

__author__ = "laharah"
Expand Down

0 comments on commit ebf7b8e

Please sign in to comment.