Changeset 267


Ignore:
Timestamp:
03/07/14 02:01:57 (10 years ago)
Author:
atzm
Message:

fixed pep8 warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • etherws/trunk/etherws.py

    r266 r267  
    354354 
    355355            unchanged = old_stat and \ 
    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 
     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 
    359359 
    360360            if not unchanged: 
Note: See TracChangeset for help on using the changeset viewer.