Skip to content

Commit

Permalink
Repair docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Dec 14, 2023
1 parent b71120e commit ba7dbdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ On average, `cmdx` is **140x faster** than [PyMEL](https://github.com/LumaPictur

| Date | Version | Event
|:---------|:----------|:----------
| Dec 2023 | 0.6.3 | Cloning of attributes
| Apr 2020 | 0.6.0 | Stable Undo/Redo, dropped support for Maya 2015-2016
| Mar 2020 | 0.5.1 | Support for Maya 2022
| Mar 2020 | 0.5.0 | Stable release
Expand Down
6 changes: 6 additions & 0 deletions build_livedocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ def test_{count}_{header}():
# -*- coding: utf-8 -*-
import os
import sys
# For nose
import collections
if not hasattr(collections, "Callable"):
collections.Callable = collections.abc.Callable
import nose
from nose.tools import assert_raises
Expand Down

0 comments on commit ba7dbdd

Please sign in to comment.