ekgplotter 2

This commit is contained in:
Stefan Kögl 2014-03-11 18:41:08 +01:00
parent 952f1967a7
commit 292175d936
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,10 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from __future__ import absolute_import
import pyqtgraph as pg
import select
import socket
@ -9,7 +16,6 @@ from PyQt4.QtCore import QBuffer, QByteArray, QIODevice
from collections import deque
# -*- coding: utf-8 -*-
"""This module implements the standalone filtering tool in the chaosc framework.
@ -41,8 +47,6 @@ transcoding.py file.
#
# Copyright (C) 2012-2014 Stefan Kögl
from __future__ import absolute_import
import atexit
import sys, argparse

View File

@ -30,7 +30,7 @@ setup(
# predefined extension points, e.g. for plugins
entry_points = """
[console_scripts]
ekgplot = ekgplotter.main:main
ekgplotter = ekgplotter.main:main
""",
# pypi metadata
author = "Stefan Kögl",