summaryrefslogtreecommitdiffstats
path: root/gluster/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/__init__.py')
-rw-r--r--gluster/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gluster/__init__.py b/gluster/__init__.py
index ca16f94..900183b 100644
--- a/gluster/__init__.py
+++ b/gluster/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012-2013 Red Hat, Inc.
+# Copyright (c) 2012-2014 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-""" Python bindings for GlusterFS libgfapi """
-
class PkgInfo(object):
def __init__(self, canonical_version, release, name, final):