Skip to content

Commit

Permalink
Fix module names
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed May 5, 2020
1 parent 25c9874 commit 18be273
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest

import issue328_nested_class_name_pybind11 as py11
import issue328_nested_class_name_boost_python as boost
import issue328_dependent_name_pybind11 as py11
import issue328_dependent_name_boost_python as boost


class TestIssue328(unittest.TestCase):
Expand Down

0 comments on commit 18be273

Please sign in to comment.