Skip to content

Commit

Permalink
Moving up import...
Browse files Browse the repository at this point in the history
  • Loading branch information
XaviTorello committed Sep 8, 2016
1 parent b2caf71 commit 305f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
"""Setup per la llibreria de Switching"""
from __future__ import (print_function)
import os
import shutil
import unittest
from distutils.command.clean import clean as _clean
from distutils.core import Command
from setuptools import setup, find_packages

from __future__ import (print_function)

from switching import __version__

Expand Down

0 comments on commit 305f75b

Please sign in to comment.