Skip to content

Commit

Permalink
fix import stat
Browse files Browse the repository at this point in the history
  • Loading branch information
zhovner committed Apr 29, 2012
1 parent 0cb64f5 commit 107dcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Expand Up @@ -20,7 +20,7 @@
import os, os.path
import time
import keypair;
from stat import S_IRWXU, S_IRGRP, S_IRWXO
import stat
from time import sleep;

sys.path.append(keypair.distroRoot + '/ipc/python');
Expand Down

0 comments on commit 107dcd3

Please sign in to comment.