removed proactive-clusterwide power-capper. Retrofitted package names to use elektron and not electron
This commit is contained in:
parent
1c4b6f0f01
commit
9897c983fe
11 changed files with 28 additions and 304 deletions
|
@ -1,9 +1,9 @@
|
|||
package pcp
|
||||
|
||||
import (
|
||||
"bitbucket.org/sunybingcloud/electron/constants"
|
||||
"bitbucket.org/sunybingcloud/electron/rapl"
|
||||
"bitbucket.org/sunybingcloud/electron/utilities"
|
||||
"bitbucket.org/sunybingcloud/elektron/constants"
|
||||
"bitbucket.org/sunybingcloud/elektron/rapl"
|
||||
"bitbucket.org/sunybingcloud/elektron/utilities"
|
||||
"bufio"
|
||||
"container/ring"
|
||||
"log"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package pcp
|
||||
|
||||
import (
|
||||
"bitbucket.org/sunybingcloud/electron/rapl"
|
||||
"bitbucket.org/sunybingcloud/elektron/rapl"
|
||||
"bufio"
|
||||
"container/ring"
|
||||
"log"
|
||||
|
|
Reference in a new issue