##// END OF EJS Templates
Add missing imports for posix.py for OS X...
Rocco Rutte -
r7906:c0dc1f15 default
parent child Browse files
Show More
@@ -9,7 +9,7 b' reference.'
9 """
9 """
10
10
11 from i18n import _
11 from i18n import _
12 import os, sys, osutil, errno, stat, getpass
12 import os, sys, osutil, errno, stat, getpass, pwd, grp
13
13
14 posixfile = file
14 posixfile = file
15 nulldev = '/dev/null'
15 nulldev = '/dev/null'
General Comments 0
You need to be logged in to leave comments. Login now