2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

setup.py: utf-8

This commit is contained in:
Robert Jördens 2016-05-11 15:27:56 +02:00
parent 9898daf9a4
commit f8c38c1c58

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3.5
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
import sys