Skip to content

Commit

Permalink
Add testing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 17, 2024
1 parent b2e4acd commit e498260
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pyomo/common/tests/moved.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ___________________________________________________________________________
#
# Pyomo: Python Optimization Modeling Objects
# Copyright (c) 2008-2024
# National Technology and Engineering Solutions of Sandia, LLC
# Under the terms of Contract DE-NA0003525 with National Technology and
# Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
# rights in this software.
# This software is distributed under the 3-clause BSD License.
# ___________________________________________________________________________
#

# This is a simple module used as part of testing moved_module()


class Bar(object):
data = 42

0 comments on commit e498260

Please sign in to comment.