Skip to content

Commit

Permalink
load random module
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesLucke committed Jan 6, 2015
1 parent 8a2e2e8 commit 29e5267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def convert_to_nicer_type(self, type):
if type == "STRING": return "String"

def load_modules(self):
for name in ["bgl", "blf", "re", "bmesh", "mathutils"]:
for name in ["bgl", "blf", "re", "bmesh", "mathutils", "random"]:
self.load_module(name)

def load_module(self, module_name):
Expand Down

0 comments on commit 29e5267

Please sign in to comment.