forked from siemens/codeface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andreas Ringlstetter <[email protected]> Reviewed-by: Wolfgang Mauerer <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
# Copyright 2012, 2013, Siemens AG, Wolfgang Mauerer <[email protected]> | ||
# All Rights Reserved. | ||
|
||
from VCS import gitVCS | ||
from commit_analysis import createCumulativeSeries, createSeries, \ | ||
from codeface.VCS import gitVCS | ||
from codeface.commit_analysis import createCumulativeSeries, createSeries, \ | ||
writeToFile, getSeriesDuration | ||
import rpy2.robjects as robjects | ||
import matplotlib | ||
|
@@ -27,7 +27,7 @@ | |
import os.path | ||
from pylab import * | ||
from subprocess import * | ||
import kerninfo | ||
import codeface.kerninfo | ||
import shelve | ||
import re | ||
|
||
|