summaryrefslogtreecommitdiff
path: root/wram.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-03 13:23:04 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-03 13:23:04 -0500
commit13dfbba8d21b843cc3bb871ed06088ca72cde8c3 (patch)
tree4540a5f5c83c87c713a3ed346521170857a618f4 /wram.py
parent9dc552e46cac56c4cfe407c01d400f27052f2a9d (diff)
make a docstring for wram.py
Diffstat (limited to 'wram.py')
-rw-r--r--wram.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/wram.py b/wram.py
index 666d90f..c5d30f2 100644
--- a/wram.py
+++ b/wram.py
@@ -1,6 +1,7 @@
# coding: utf-8
-
-# RGBDS BSS section and constant parsing.
+"""
+RGBDS BSS section and constant parsing.
+"""
import os
path = os.path.dirname(os.path.abspath(__file__))