martin-ueding / thinkpad-scripts

Screen rotation, docking and other scripts for ThinkPad® X220 and X230 Tablet
Other
132 stars 23 forks source link

Add missing import of subprocess #128

Closed jturner314 closed 7 years ago

jturner314 commented 7 years ago

The dock(on, config) function used subprocess.CalledProcessError without importing subprocess. This commit adds the missing import.

martin-ueding commented 7 years ago

Thanks for catching this!