File: README.Debian

package info (click to toggle)
python-pyepics 3.5.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: python: 10,539; makefile: 112; javascript: 104; sh: 53
file content (12 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
pyepics for Debian
----------------

The upstream INSTALL file describes importing a lib module as epics.
The Debian packaging creates the 'epics' module, so import that directly.

Instead of:
 import lib as epics
use:
 import epics

 -- Neil Williams <codehelp@debian.org>  Mon, 31 Jan 2022 10:46:27 +0000