aboutsummaryrefslogtreecommitdiff
path: root/pacmd.py
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2018-08-10 23:55:30 +0200
committerTom Smeding <tom.smeding@gmail.com>2018-08-10 23:57:24 +0200
commitcd3aaa9e9fb1cd661e76638f7cb78e47a88e8cde (patch)
tree134454a20522926e03e886552368dbba139e15a9 /pacmd.py
parente6f3ba4a683d5720408deb8e3df2c3fecf1ff367 (diff)
Stuff
Diffstat (limited to 'pacmd.py')
-rw-r--r--pacmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacmd.py b/pacmd.py
index e9e019e..42d3ce8 100644
--- a/pacmd.py
+++ b/pacmd.py
@@ -1,6 +1,6 @@
import subprocess, re
-from collections import namedtuple
+# These are not namedtuples because we want them mutable
class PacmdSection:
def __init__(self, name, items):
self.name = name # string