← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 521: remove some unneeded spaces

 

------------------------------------------------------------
revno: 521
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Mon 2013-01-07 11:55:22 +0100
message:
  remove some unneeded spaces
modified:
  src/alfanous-import/main.py


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-import/main.py'
--- src/alfanous-import/main.py	2012-11-04 23:23:52 +0000
+++ src/alfanous-import/main.py	2013-01-07 10:55:22 +0000
@@ -102,7 +102,7 @@
     else:
         parser.error( "Choose SOURCE_PATH and DISTINATION_PATH" )
 
-    T = Transformer( ixpath = SOURCE2 , dypypath = DESTINATION, dbpath = SOURCE ) 
+    T = Transformer( ixpath = SOURCE2 , dypypath = DESTINATION, dbpath = SOURCE )
     if options.transfer == "stopwords":
         T.transfer_stopwords()
     elif options.transfer == "synonyms":
@@ -163,8 +163,6 @@
     else:
         parser.error( "Choose SOURCE_PATH and DISTINATION_PATH" )
 
-
-
     if options.update == "translations":
         update_translations_list( TSE_index = SOURCE, translations_list_file = DESTINATION )
     elif options.update == "wordqc":