aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-09-27 10:40:37 +0200
committercedricbonhomme <devnull@localhost>2011-09-27 10:40:37 +0200
commitfb698b7539715e1457feb2934e866aa713954355 (patch)
treef626ff16347554a0aed72df01682bd9c4048da71 /pyAggr3g470r.py
parentBugfix: wrong image url. (diff)
downloadnewspipe-fb698b7539715e1457feb2934e866aa713954355.tar.gz
newspipe-fb698b7539715e1457feb2934e866aa713954355.tar.bz2
newspipe-fb698b7539715e1457feb2934e866aa713954355.zip
Added more comments in headers.~
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 87ad6303..2734a9a8 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -26,6 +26,19 @@ __revision__ = "$Date: 2011/09/26 $"
__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "GPLv3"
+#
+# This file contains the "Root" class which describes
+# all pages of pyAggr3g470r. These pages are:
+# - main page;
+# - management;
+# - history;
+# - history;
+# - favorites;
+# - notifications;
+# - unread;
+# - feed summary.
+#
+
import os
import re
import time
bgstack15