projects
/
pyafm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc12d86
)
Add load_from_config() call after load_afm() in the README.
author
W. Trevor King
<wking@drexel.edu>
Sun, 18 Mar 2012 17:06:59 +0000
(13:06 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 18 Mar 2012 17:06:59 +0000
(13:06 -0400)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index 3954ceb5da20d7a7f39e711d71243a78753d1bec..fe8cee10f62bdad02bcc473a1603a561b227dc65 100644
(file)
--- a/
README
+++ b/
README
@@
-127,6
+127,7
@@
as::
>>> import pyafm.storage
>>> devices = []
>>> afm = pyafm.storage.load_afm(devices=devices)
+ >>> afm.load_from_config()
When you're done using them, it's good practice to close any devices
in ``devices``::