chiark / gitweb /
Add more documentation, fix commandline slicing.
[cura.git] / Cura / util / removableStorage.py
index 9bf7e4fd00e80d6eba455073e10635511785520d..812e9e9866dd8e5555f3d6f220275b7bd86673f1 100644 (file)
@@ -1,3 +1,10 @@
+"""
+This module handles detection and clean ejection of removable storage. (Mainly SD cards)
+This is OS depended.
+       On windows it looks for removable storage drives.
+       On MacOS it specificly looks for SD cards.
+       On Linux it looks for anything mounted in /media/
+"""
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 import platform
 import string