File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,14 @@ class RRUFFReader(G2obj.ImportPhase):
1010 '''A fairly quickly-written importer to pull out the phase info from a
1111 RRUFF database (https://rruff.info) text file.
1212 '''
13- def __init__ (self ):
14- super (self .__class__ ,self ).__init__ ( # fancy way to say ImportPhase.__init__
15- extensionlist = ('.txt' ),
16- strictExtension = True ,
17- formatName = 'RRUFF DIF file' ,
18- longFormatName = 'RRUFF database DIF file download (*.txt)'
19- )
13+ pass
14+ # def __init__(self):
15+ # super(self.__class__,self).__init__( # fancy way to say ImportPhase.__init__
16+ # extensionlist=('.txt'),
17+ # strictExtension=True,
18+ # formatName = 'RRUFF DIF file',
19+ # longFormatName = 'RRUFF database DIF file download (*.txt)'
20+ # )
2021
2122 # def ContentsValidator(self, filename):
2223 # "Test if the file has CELL PARAMETERS: and SPACE GROUP: entries"
You can’t perform that action at this time.
0 commit comments