- Timestamp:
- May 25, 2012, 12:55:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev/host/credit-card/host.py
r2204 r2205 71 71 72 72 def drop_caches(): 73 with open("/proc/sys/vm/drop_caches" ) as f:73 with open("/proc/sys/vm/drop_caches", 'w') as f: 74 74 f.write("1") 75 75
Note: See TracChangeset
for help on using the changeset viewer.