Skip to content
Snippets Groups Projects
Commit 0625a33d authored by Moul's avatar Moul
Browse files

[mod] Remove unicode lines not necessary with Py3

parent 82e9f1aa
Branches
Tags
1 merge request!178#264: Remove 'net' command
......@@ -15,8 +15,6 @@ You should have received a copy of the GNU Affero General Public License
along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
"""
# -*- coding: utf-8 -*-
import sys
from click import group, help_option, version_option, option, pass_context
......
......@@ -15,7 +15,6 @@ You should have received a copy of the GNU Affero General Public License
along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import unicode_literals
import re
import socket
import logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment