Add a vim modeline to nbt.py so the non-pep8-ness of nbt.py is maintained
This commit is contained in:
parent
bafa5d79ad
commit
e41cf4f77e
3
nbt.py
3
nbt.py
@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
# vim:set sw=2 sts=2 ts=2:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Named Binary Tag library. Serializes and deserializes TAG_* objects
|
Named Binary Tag library. Serializes and deserializes TAG_* objects
|
||||||
to and from binary data. Load a Minecraft level by calling nbt.load().
|
to and from binary data. Load a Minecraft level by calling nbt.load().
|
||||||
|
Reference in New Issue
Block a user