Skip to content

Commit

Permalink
gen-dot: Generate GLC graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Jun 20, 2023
1 parent 29b0679 commit 3729bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen-dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import simple_ratios
m = simple_ratios
else:
import ivb_client_ratios
m = ivb_client_ratios
import adl_glc_ratios
m = adl_glc_ratios

def has(obj, name):
return name in obj.__class__.__dict__
Expand Down

0 comments on commit 3729bd6

Please sign in to comment.