Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Branden
/
thiccmud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
63f7c008
authored
2016-12-20 18:41:39 -0500
by
Branden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#First steps coding, typo fix
1 parent
26e16c8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
thiccMud/typeclasses/wiseobject.py
thiccMud/typeclasses/wiseobject.py
View file @
63f7c00
...
...
@@ -4,7 +4,7 @@ Created on Dec 20, 2016
@author: Xorfos
'''
from
random
import
import
choice
from
random
import
choice
from
typeclasses.objects
import
Object
class
WiseObject
(
Object
):
...
...
Please
register
or
sign in
to post a comment