summaryrefslogtreecommitdiff
path: root/python/ovs/fcntl_win.py
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to flake8-import-orderxurong000379972017-03-081-2/+6
| | | | | | | | | | https://review.openstack.org/#/c/432906/ flake8-import-order adds 3 new flake8 warnings: I100: Your import statements are in the wrong order. I101: The names in your from import are in the wrong order. I201: Missing newline between sections or imports. Signed-off-by: Ben Pfaff <blp@ovn.org>
* python tests: Added fcntl module for WindowsPaul Boca2016-08-031-0/+42
This is needed for lockf function used to lock the PID file on Windows. ioctl and fcntl functions are not implemented at this time because they are not used by any script. Signed-off-by: Paul-Daniel Boca <pboca@cloudbasesolutions.com> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>