Show More
@@ -6,7 +6,7 b'' | |||||
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. | |
7 |
|
7 | |||
8 | from i18n import _ |
|
8 | from i18n import _ | |
9 | import os, signal, sys, threading, util |
|
9 | import errno, os, signal, sys, threading, util | |
10 |
|
10 | |||
11 | def countcpus(): |
|
11 | def countcpus(): | |
12 | '''try to count the number of CPUs on the system''' |
|
12 | '''try to count the number of CPUs on the system''' |
General Comments 0
You need to be logged in to leave comments.
Login now