We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ba534 commit 8384390Copy full SHA for 8384390
reprounzip/reprounzip/pack_info.py
@@ -2,15 +2,6 @@
2
# This file is part of ReproZip which is released under the Revised BSD License
3
# See file LICENSE for full license details.
4
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
14
from __future__ import division, print_function, unicode_literals
15
16
import argparse
0 commit comments