Fix example in CONTRIBUTING.rst

This commit is contained in:
ZyX 2014-09-16 20:52:42 +04:00
parent 558b608c94
commit d76bf5ef79
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ Programming style
'''Powerline super module'''
from __future__ import (unicode_literals, division, absolute_import, print_function)
import sys
from argparse import ArgumentParser