Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Removed ubigraph from output options since it's incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
gak committed Sep 17, 2013
1 parent bec1c1f commit a724935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/pycallgraph.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "PYCALLGRAPH" "1" "September 15, 2013" "1.0.0" "Python Call Graph"
.TH "PYCALLGRAPH" "1" "September 17, 2013" "1.0.0" "Python Call Graph"
.SH NAME
pycallgraph \- Python Call Graph
.
Expand Down
2 changes: 1 addition & 1 deletion pycallgraph/output/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
outputters = collections.OrderedDict([
('graphviz', GraphvizOutput),
('gephi', GephiOutput),
('ubigraph', UbigraphOutput),
# ('ubigraph', UbigraphOutput),
])

0 comments on commit a724935

Please sign in to comment.