summaryrefslogtreecommitdiffstats
path: root/fviewer.py
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-04-13 21:16:12 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-04-13 21:16:12 +0200
commiteeb9927c89d6d2425a74c33ff8773bceba39af1c (patch)
treee5e770fc041fa27b6e13a78dc9c3dc3f75c7c213 /fviewer.py
parent99561b834dbd9d52b83aa7b0fb980431fa1aa056 (diff)
downloadpyevenja-eeb9927c89d6d2425a74c33ff8773bceba39af1c.zip
pyevenja-eeb9927c89d6d2425a74c33ff8773bceba39af1c.tar.gz
reformat filesHEADmaster
Diffstat (limited to 'fviewer.py')
-rw-r--r--fviewer.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/fviewer.py b/fviewer.py
index fb03225..4da69d3 100644
--- a/fviewer.py
+++ b/fviewer.py
@@ -30,9 +30,9 @@
access the head information :
- source
- destination
- and access the data information.
+ and access the data information.
WITHOUT HAVING TO DO A VERSIONNING.
-
+
*@author Fabian Padilla
*/"""
@@ -42,10 +42,10 @@ from fport import Fport
from fevendata import FevenData
class Fviewer(Fport):
- """This class is form debugging purpose """
- def __init__(self):
- Fport.__init__(self) # force constructor
+ """This class is form debugging purpose """
+ def __init__(self):
+ Fport.__init__(self) # force constructor
- def __str__(self):
- return "\t"+Fport.__str__(self)+\
- "Fviewer - (null)\n"
+ def __str__(self):
+ return "\t"+Fport.__str__(self)+\
+ "Fviewer - (null)\n"