Skip to content

Commit 8384390

Browse files
committed
Remove incorrect file docstring
1 parent a9ba534 commit 8384390

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

reprounzip/reprounzip/pack_info.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
# This file is part of ReproZip which is released under the Revised BSD License
33
# See file LICENSE for full license details.
44

5-
"""Entry point for the reprounzip utility.
6-
7-
This contains :func:`~reprounzip.reprounzip.main`, which is the entry point
8-
declared to setuptools. It is also callable directly.
9-
10-
It dispatchs to plugins registered through pkg_resources as entry point
11-
``reprounzip.unpackers``.
12-
"""
13-
145
from __future__ import division, print_function, unicode_literals
156

167
import argparse

0 commit comments

Comments
 (0)