mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
Removed 'with' statement; it's available in Python2.5, but one needs to use the future import to do that, so easiest to remove it. Resolves issue 230.
This commit is contained in:
parent
7058b9f210
commit
c49fbd7d99
4 changed files with 13 additions and 9 deletions
|
|
@ -4,8 +4,8 @@ General helper functions that don't fit neatly under any given category.
|
|||
They provide some useful string and conversion methods that might
|
||||
be of use when designing your own game.
|
||||
|
||||
|
||||
"""
|
||||
|
||||
from inspect import ismodule
|
||||
import os, sys, imp, types, math
|
||||
import textwrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue