Rename os variable in bootstrap.py to avoid shadowing os module.

This commit is contained in:
Titus Barik 2017-04-30 16:10:31 -04:00
parent 06fb4d2564
commit 04e4d426a1
2 changed files with 3 additions and 3 deletions

2
x.py
View file

@ -9,7 +9,7 @@
# option. This file may not be copied, modified, or distributed
# except according to those terms.
# This file is only a "symlink" to boostrap.py, all logic should go there.
# This file is only a "symlink" to bootstrap.py, all logic should go there.
import os
import sys