Hacking: check for deprecated os.popen()

Add hacking check for deprecated library function os.popen().
This hacking prevents new os.popen() in the code.

Closes-Bug: 1529836

Change-Id: I09ad101861b790d2f9bec45757b8c921e68b696e
This commit is contained in:
kairoaraujo 2016-02-17 21:07:16 -02:00
parent 78c2af13bc
commit 75bd645d71
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Nova Specific Commandments
- [N345] Python 3: do not use dict.iterkeys.
- [N346] Python 3: do not use dict.itervalues.
- [N347] Provide enough help text for config options
- [N348] Deprecated library function os.popen()
Creating Unit Tests
-------------------