Changeset 267 for etherws/trunk/etherws.py
- Timestamp:
- 03/07/14 02:01:57 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
etherws/trunk/etherws.py
r266 r267 354 354 355 355 unchanged = old_stat and \ 356 357 358 356 old_stat.st_ino == self._stat.st_ino and \ 357 old_stat.st_dev == self._stat.st_dev and \ 358 old_stat.st_mtime == self._stat.st_mtime 359 359 360 360 if not unchanged:
Note: See TracChangeset
for help on using the changeset viewer.