diff options
| author | Tom Smeding <tom.smeding@gmail.com> | 2020-05-21 20:07:03 +0200 |
|---|---|---|
| committer | Tom Smeding <tom.smeding@gmail.com> | 2020-05-21 20:07:03 +0200 |
| commit | cfccb8ea68ead2ce5b3ff04101dcbda3f3a38a3e (patch) | |
| tree | 13ad6983c439233911bac21c3f2423120accfc12 | |
| parent | 94a2d7e72f9cf006640bd77db286c070706384fc (diff) | |
More granular imports
| -rw-r--r-- | inter.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ import sys, os, atexit -import pacmd, pa +from pacmd import PacmdError +import pa try: sys.path.append(os.path.dirname(os.path.realpath(__file__))) import termio as T |
