ekgplotter 2
This commit is contained in:
parent
952f1967a7
commit
292175d936
|
@ -1,3 +1,10 @@
|
||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
|
from __future__ import absolute_import
|
||||||
|
|
||||||
|
|
||||||
import pyqtgraph as pg
|
import pyqtgraph as pg
|
||||||
import select
|
import select
|
||||||
import socket
|
import socket
|
||||||
|
@ -9,7 +16,6 @@ from PyQt4.QtCore import QBuffer, QByteArray, QIODevice
|
||||||
|
|
||||||
from collections import deque
|
from collections import deque
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
"""This module implements the standalone filtering tool in the chaosc framework.
|
"""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
|
# Copyright (C) 2012-2014 Stefan Kögl
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
|
|
||||||
|
|
||||||
import atexit
|
import atexit
|
||||||
import sys, argparse
|
import sys, argparse
|
||||||
|
|
|
@ -30,7 +30,7 @@ setup(
|
||||||
# predefined extension points, e.g. for plugins
|
# predefined extension points, e.g. for plugins
|
||||||
entry_points = """
|
entry_points = """
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
ekgplot = ekgplotter.main:main
|
ekgplotter = ekgplotter.main:main
|
||||||
""",
|
""",
|
||||||
# pypi metadata
|
# pypi metadata
|
||||||
author = "Stefan Kögl",
|
author = "Stefan Kögl",
|
||||||
|
|
Loading…
Reference in New Issue